Constructor: updateChannelReadMessagesContents
The specified channel/supergroup messages were read (emitted specifically for messages like voice messages or video, only once the media is watched and marked as read using channels.readMessageContents)
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| channel_id | long | Yes | Channel/supergroup ID |
| top_msg_id | int | Optional | Forum topic ID. |
| saved_peer_id | Peer | Optional | If set, the messages were read within the specified monoforum topic ». |
| messages | Array of int | Yes | IDs of messages that were read |
Type: Update
Example:
$updateChannelReadMessagesContents = ['_' => 'updateChannelReadMessagesContents', 'channel_id' => long, 'top_msg_id' => int, 'saved_peer_id' => Peer, 'messages' => [int, int]];