MadelineProto/old_docs/API_docs_v55/constructors/updateChannelMessageViews.md

609 B

title description
updateChannelMessageViews updateChannelMessageViews attributes, type and example

Constructor: updateChannelMessageViews

Back to constructors index

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