ChatsSlice¶
-
class
pyrogram.raw.types.messages.
ChatsSlice
¶ Partial list of chats, more would have to be fetched with pagination.
Constructor type of
Chats
.- Details
Layer:
126
ID:
0x9cd81144
- Parameters
count (
int
32-bit
) – Total number of results that were found server-side (not all are included in chats).chats (List of
Chat
) – Chats.
- Methods
This object can be returned by 7 methods:
Returns chat basic info on their IDs.
Get chats in common with a user.
Get all chats, channels and supergroups.
Get info about channels/supergroups.
Get channels/supergroups/geogroups we’re admin in.
Get a list of channels/supergroups we left.
Get all groups that can be used as discussion groups.