MadelineProtoDocs/old_docs/API_docs_v5/constructors/updates.channelDifferenceEm...

1.0 KiB

title description image redirect_from
updates.channelDifferenceEmpty There are no new updates https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/updates_channelDifferenceEmpty.html

Constructor: updates.channelDifferenceEmpty

Back to constructors index

There are no new updates

Attributes:

Name Type Required Description
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', 'pts' => int, 'timeout' => int];

Or, if you're into Lua:

updates.channelDifferenceEmpty={_='updates.channelDifferenceEmpty', pts=int, timeout=int}