updates.channelDifferenceEmpty
There are no new updates
type tg.UpdatesChannelDifferenceEmpty struct { /* ... */ }
Implements updates.ChannelDifference.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Final | bool | — | Whether there are more updates that must be fetched (always false) |
Pts | int | yes | The latest PTS |
Timeout | 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. |
References
- Official documentation
- Generated Go reference
- TL definition:
updates.channelDifferenceEmpty#3e11affb