Constructor: updateChannelReadMessagesContents
The specified channel/supergroup messages were read
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | Channel/supergroup ID |
top_msg_id | int | Optional | Forum topic ID. |
messages | Array of int | Yes | IDs of messages that were read |
Type: Update
Example:
$updateChannelReadMessagesContents = ['_' => 'updateChannelReadMessagesContents', 'channel_id' => long, 'top_msg_id' => int, 'messages' => [int, int]];