Link Search Menu Expand Document

Constructor: updates.channelDifferenceEmpty

Back to constructors index

There are no new updates

Attributes:

NameTypeRequiredDescription
finalBoolOptionalWhether there are more updates that must be fetched (always false)
ptsintYesThe latest PTS
timeoutintOptionalClients 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];