1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
updates.channelDifferenceEmpty | Empty channel difference | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updates.channelDifferenceEmpty
Empty channel difference
Attributes:
Name | Type | Required | Description |
---|---|---|---|
final | Bool | Optional | Final? |
channel_pts | int | Yes | Channel pts |
timeout | int | Optional | Timeout |
Type: updates_ChannelDifference
Example:
$updates_channelDifferenceEmpty = ['_' => 'updates.channelDifferenceEmpty', 'final' => Bool, 'channel_pts' => int, 'timeout' => int];
PWRTelegram json-encoded version:
{"_": "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}