Layer 220
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
updateChannelTooLong#108d941f flags:# channel_id:long pts:flags.0?int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| ChannelId | long | The channel |
| Pts | flags.0?int | The PTS. |
Returns
UpdateGogram Example
// Creating UpdateChannelTooLong constructor obj := &tg.UpdateChannelTooLong{ ChannelId: int64(0), // Optional fields: // Pts: 0, }