MadelineProto/old_docs/API_docs_v45/constructors/updateChannelMessageViews.md

29 lines
609 B
Markdown

---
title: updateChannelMessageViews
description: updateChannelMessageViews attributes, type and example
---
## Constructor: updateChannelMessageViews
[Back to constructors index](index.md)
### 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 = ['_' => 'updateChannelMessageViews', 'channel_id' => int, 'id' => int, 'views' => int, ];
```