MadelineProto/docs/API_docs/constructors/updates_channelDifferenceEmpty.md
2017-01-19 23:02:27 +01:00

671 B

title description
updates.channelDifferenceEmpty updates_channelDifferenceEmpty attributes, type and example

Constructor: updates.channelDifferenceEmpty

Back to constructors index

Attributes:

Name Type Required
final Bool Optional
pts int Required
timeout int Optional

Type: updates_ChannelDifference

Example:

$updates_channelDifferenceEmpty = ['_' => 'updates.channelDifferenceEmpty', 'final' => true, 'pts' => int, 'timeout' => int, ];