ChatsSlice¶
-
class
pyrogram.api.types.messages.
ChatsSlice
(count: int, chats: list)¶ -
ID
¶ 0x9cd81144
Parameters: - count –
int
32-bit
- chats – List of either
ChatEmpty
,Chat
,ChatForbidden
,Channel
orChannelForbidden
See also
This object can be returned by
messages.GetChats
,messages.GetCommonChats
,messages.GetAllChats
,channels.GetChannels
,channels.GetAdminedPublicChannels
andchannels.GetLeftChannels
.-