MadelineProtoDocs/old_docs/API_docs_v46/constructors/updates_channelDifferenceEmpty.md
2019-12-27 17:48:04 +01:00

1.1 KiB

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

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 Channel 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, 'channel_pts' => int, 'timeout' => int];

Or, if you're into Lua:

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