1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/updates_channelDifferenceEmpty.md

17 lines
504 B
Markdown
Raw Normal View History

## 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|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[updates\_ChannelDifference](../types/updates_ChannelDifference.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updates_channelDifferenceEmpty = ['_' => updates_channelDifferenceEmpty', 'final' => true, 'pts' => int, 'timeout' => int, ];
```