834 B
834 B
title | description |
---|---|
updates.channelDifferenceEmpty | updates_channelDifferenceEmpty attributes, type and example |
Constructor: updates.channelDifferenceEmpty
Attributes:
Name | Type | Required |
---|---|---|
final | Bool | Optional |
channel_pts | int | Yes |
timeout | int | Optional |
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, }