MadelineProto/docs/API_docs/constructors/updateChannelMessageViews.md
2016-12-19 19:48:27 +03:00

453 B

Constructor: updateChannelMessageViews

Attributes:

Name Type Required
channel_id int Required
id int Required
views int Required

Type: Update

Example:

$updateChannelMessageViews = ['_' => updateChannelMessageViews', 'channel_id' => int, 'id' => int, 'views' => int, ];