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

974 B

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
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}