MadelineProto/docs/API_docs/constructors/updateChannelMessageViews.md

17 lines
451 B
Markdown
Raw Normal View History

## 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|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateChannelMessageViews = ['_' => updateChannelMessageViews', 'channel_id' => int, 'id' => int, 'views' => int, ];
```