messages.SavedDialogs

class pyrogram.raw.types.messages.SavedDialogs

Telegram API type.

Constructor of SavedDialogs.

Details:
  • Layer: 204

  • ID: F83AE221

Parameters:
  • dialogs (List of SavedDialog) – N/A

  • messages (List of Message) – N/A

  • chats (List of Chat) – N/A

  • users (List of User) – N/A

Functions:

This object can be returned by 3 functions.

messages.GetSavedDialogs

Telegram API function.

messages.GetPinnedSavedDialogs

Telegram API function.

messages.GetSavedDialogsByID

Telegram API function.