MadelineProtoDocs/old_docs/API_docs_v11/constructors/updates.channelDifferenceEmpty.md
2020-06-16 17:50:25 +02:00

1.1 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
final Bool Optional Whether there are more updates that must be fetched (always false)
channel_pts int Yes
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, 'channel_pts' => int, 'timeout' => int];

Or, if you're into Lua:

updates.channelDifferenceEmpty={_='updates.channelDifferenceEmpty', final=Bool, channel_pts=int, timeout=int}