1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 14:18:16 +01:00
MadelineProto/docs/API_docs/constructors/updateReadChannelInbox.md
2016-12-19 20:56:05 +03:00

19 lines
396 B
Markdown

## Constructor: updateReadChannelInbox
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|channel\_id|[int](../types/int.md) | Required|
|max\_id|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateReadChannelInbox = ['_' => updateReadChannelInbox', 'channel_id' => int, 'max_id' => int, ];
```