Layer 220
UpdatesChannelDifferenceEmpty
There are no new updates
constructor
updates.channelDifferenceEmpty#3e11affb flags:# final:flags.0?true pts:int timeout:flags.1?int = updates.ChannelDifference;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Final | flags.0?true | Whether there are more updates that must be fetched (always false) |
| Pts | int | The latest PTS |
| Timeout | flags.1?int | Clients are supposed to refetch the channel difference after timeout seconds have elapsed, if the user is currently viewing the chat, see here for more info. |
Returns
updates.ChannelDifferenceGogram Example
// Creating UpdatesChannelDifferenceEmpty constructor obj := &tg.UpdatesChannelDifferenceEmpty{ Pts: 0, // Optional fields: // Final: true, // Timeout: 0, }