Layer 227
UpdateChannelTooLong
There are new updates in the specified channel, the client must fetch them manually by invoking updates. get Channel Difference as specified in the documentation.
constructor
updateChannelTooLong#108d941f flags:# channel_id:long pts:flags.0?int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| ChannelId | long | The channel |
| Pts | flags .0? int | The PTS. |
Returns
UpdateGogram Example
// Creating UpdateChannelTooLong constructor obj := &tg.UpdateChannelTooLong{ ChannelId: int64(1234567890), Pts: nil, }