1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 13:54:39 +01:00
MadelineProto/old_docs/API_docs_v51/constructors/updateChannelMessageViews.md

728 B

title description
updateChannelMessageViews updateChannelMessageViews attributes, type and example

Constructor: updateChannelMessageViews

Back to constructors index

Attributes:

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

Type: Update

Example:

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

Or, if you're into Lua:

updateChannelMessageViews={_='updateChannelMessageViews', channel_id=int, id=int, views=int, }