MadelineProto/docs/API_docs/constructors/updates_channelDifferenceEmpty.md

19 lines
467 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|
### Type: [updates\_ChannelDifference](../types/updates\_ChannelDifference.md)
### Example:
```
$updates_channelDifferenceEmpty = ['final' => Bool, 'pts' => int, 'timeout' => int, ];
```