920 B
920 B
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? |
pts | int | Yes | Pts |
timeout | int | Optional | Timeout |
Type: updates_ChannelDifference
Example:
$updates_channelDifferenceEmpty = ['_' => 'updates.channelDifferenceEmpty', 'final' => Bool, 'pts' => int, 'timeout' => int];
Or, if you're into Lua:
updates_channelDifferenceEmpty={_='updates.channelDifferenceEmpty', final=Bool, pts=int, timeout=int}