1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 18:47:21 +01:00
MadelineProto/docs/API_docs/constructors/updateChannelMessageViews.md

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, ];
```