UpdateChannelTooLong#
- class pyrogram.raw.types.UpdateChannelTooLong#
There are new updates in the specified channel, the client must fetch them manually by invoking updates.getChannelDifference as specified in the documentation. If the channel’s PTS isn’t currently stored in the database (i.e. we joined this channel on another client while the current client was offline), start fetching from the specified pts. Does not necessarily indicate the channel message box size limit was reached, it simply indicates that the number of queued updates in a message box is too large to be delivered passively through the socket.
Constructor of
Update.- Details:
Layer:
225ID:
108D941F
- Parameters:
channel_id (
int64-bit) – The channelpts (
int32-bit, optional) – The PTS.