SavedDialog

class pyrogram.types.SavedDialog

Represents a saved messages dialog.

Parameters:
  • peer (Chat | User) – The peer of the saved dialog.

  • top_message (Message) – The top message of the saved dialog.

  • pinned (bool, optional) – Whether the dialog is pinned.