MadelineProto/docs/API_docs/constructors/updateReadChannelInbox.md

18 lines
363 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 = ['channel_id' => int, 'max_id' => int, ];
```