messages.DialogsSlice¶ class pyrogram.raw.types.messages.DialogsSlice¶ Telegram API type. Constructor of Dialogs. Details: Layer: 194 ID: 71E094F3 Parameters:¶ count (int 32-bit) – N/A dialogs (List of Dialog) – 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 1 function. messages.GetDialogs Telegram API function.