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)
updateChannelReadMessagesContents#25f324f7 flags:# channel_id:long top_msg_id:flags.0?int saved_peer_id:flags.1?Peer messages:Vector<int> = Update;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
channel_id | long | Channel/supergroup ID |
top_msg_id | flags.0?int | Forum topic ID. |
saved_peer_id | flags.1?Peer | If set, the messages were read within the specified monoforum topic ยป. |
messages | Vector<int> | IDs of messages that were read |
How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.
Telegram allows creating forums with multiple distinct topics.
Telegram supports direct messages to channels, which can also be used to suggest (even paid) channel posts.
Mark channel/supergroup message contents as read, emitting an updateChannelReadMessagesContents.