MadelineProto/docs/API_docs/constructors/updateReadChannelOutbox.md

18 lines
365 B
Markdown

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