Link Search Menu Expand Document

Constructor: updateChannelReadMessagesContents

Back to constructors index

The specified channel/supergroup messages were read

Attributes:

NameTypeRequiredDescription
channel_idlongYesChannel/supergroup ID
top_msg_idintOptionalForum topic ID.
messagesArray of intYesIDs of messages that were read

Type: Update

Example:

$updateChannelReadMessagesContents = ['_' => 'updateChannelReadMessagesContents', 'channel_id' => long, 'top_msg_id' => int, 'messages' => [int, int]];