messages.DialogsSlice#
- class pyrogram.raw.types.messages.DialogsSlice#
Incomplete list of dialogs with messages and auxiliary data.
Constructor of
Dialogs
.- Details:
Layer:
211
ID:
71E094F3
- Parameters:
count (
int
32-bit
) – Total number of dialogsdialogs (List of
Dialog
) – List of dialogsmessages (List of
Message
) – List of last messages from dialogschats (List of
Chat
) – List of chats mentioned in dialogsusers (List of
User
) – List of users mentioned in messages and chats
- Functions:
This object can be returned by 1 function.
Returns the current user dialog list.