mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 15:27:22 +01:00
19 lines
507 B
Markdown
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, ];
|
|
``` |