Constructor: updates.channelDifferenceEmpty
There are no new updates
Attributes:
Name | Type | Required | Description |
---|---|---|---|
final | Bool | Optional | Whether there are more updates that must be fetched (always false) |
pts | int | Yes | The latest PTS |
timeout | int | Optional | Clients are supposed to refetch the channel difference after timeout seconds have elapsed |
Type: updates.ChannelDifference
Example:
$updates_channelDifferenceEmpty = ['_' => 'updates.channelDifferenceEmpty', 'final' => Bool, 'pts' => int, 'timeout' => int];