19 lines
467 B
Markdown
19 lines
467 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 = ['final' => Bool, 'pts' => int, 'timeout' => int, ];
|
||
|
```
|