MadelineProto/old_docs/API_docs_v46/constructors/updates_channelDifferenceEmpty.md

38 lines
834 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: updates.channelDifferenceEmpty
description: updates_channelDifferenceEmpty attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: updates.channelDifferenceEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|final|[Bool](../types/Bool.md) | Optional|
|channel\_pts|[int](../types/int.md) | Yes|
|timeout|[int](../types/int.md) | Optional|
### Type: [updates\_ChannelDifference](../types/updates_ChannelDifference.md)
### Example:
```
2017-03-11 20:06:30 +01:00
$updates_channelDifferenceEmpty = ['_' => 'updates.channelDifferenceEmpty', 'final' => Bool, 'channel_pts' => int, 'timeout' => int, ];
```
Or, if you're into Lua:
```
2017-03-11 20:06:30 +01:00
updates_channelDifferenceEmpty={_='updates.channelDifferenceEmpty', final=Bool, channel_pts=int, timeout=int, }
```