mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:47:21 +01:00
19 lines
418 B
Markdown
19 lines
418 B
Markdown
## Constructor: updateChannelMessageViews
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|channel\_id|[int](../types/int.md) | Required|
|
|
|id|[int](../types/int.md) | Required|
|
|
|views|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$updateChannelMessageViews = ['channel_id' => int, 'id' => int, 'views' => int, ];
|
|
``` |