1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 15:27:22 +01:00
MadelineProto/docs/API_docs/constructors/updates_channelDifferenceEmpty.md
2016-12-19 19:48:27 +03:00

19 lines
507 B
Markdown

## Constructor: updates\_channelDifferenceEmpty
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|final|[Bool](../types/Bool.md) | Optional|
|pts|[int](../types/int.md) | Required|
|timeout|[int](../types/int.md) | Optional|
### Type: [updates\_ChannelDifference](../types/updates\_ChannelDifference.md)
### Example:
```
$updates_channelDifferenceEmpty = ['_' => updates_channelDifferenceEmpty', 'final' => true, 'pts' => int, 'timeout' => int, ];
```