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, if the user is currently viewing the chat, see here » for more info.

Type: updates.ChannelDifference

Example:

$updates_channelDifferenceEmpty = ['_' => 'updates.channelDifferenceEmpty', 'final' => Bool, 'pts' => int, 'timeout' => int];