mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 01:18:15 +01:00
26 lines
545 B
Markdown
26 lines
545 B
Markdown
---
|
|
title: updateReadChannelOutbox
|
|
description: updateReadChannelOutbox attributes, type and example
|
|
---
|
|
## Constructor: updateReadChannelOutbox
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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 = ['_' => updateReadChannelOutbox', 'channel_id' => int, 'max_id' => int, ];
|
|
``` |