ChannelDifferenceTooLong¶
-
class
pyrogram.api.types.updates.
ChannelDifferenceTooLong
(pts: int, top_message: int, read_inbox_max_id: int, read_outbox_max_id: int, unread_count: int, unread_mentions_count: int, messages: list, chats: list, users: list, final: bool = None, timeout: int = None)¶ -
ID
¶ 0x6a9d7b35
Parameters: - pts –
int
32-bit
- top_message –
int
32-bit
- read_inbox_max_id –
int
32-bit
- read_outbox_max_id –
int
32-bit
- unread_count –
int
32-bit
- unread_mentions_count –
int
32-bit
- messages – List of either
MessageEmpty
,Message
orMessageService
- chats – List of either
ChatEmpty
,Chat
,ChatForbidden
,Channel
orChannelForbidden
- users – List of either
UserEmpty
orUser
- final (optional) –
bool
- timeout (optional) –
int
32-bit
See also
This object can be returned by
updates.GetChannelDifference
.-