UpdateChannelTooLong
- class pyrogram.raw.types.UpdateChannelTooLong
There are new updates in the specified channel, the client must fetch them. If the difference is too long or if the channel isn’t currently in the states, start fetching from the specified pts.
Constructor of
Update.- Details:
Layer:
223ID:
108D941F
- Parameters:
- channel_id (
int64-bit): The channel
- pts (
int32-bit, optional): The PTS.
- channel_id (
TL Schema
updateChannelTooLong#108d941f
flags:#
channel_id:long
pts:flags.0?int
= Update
Parameter Tree
UpdateChannelTooLong
├── channel_id →
long└── pts →
int (optional)Example
UpdateChannelTooLong(
channel_id=0,
)