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)

updateChannelReadMessagesContents#ea29055d flags:# channel_id:long top_msg_id:flags.0?int messages:Vector<int> = Update;

Parameters

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

Type

Update

Related pages

Channels, supergroups, gigagroups and basic groups

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.

Forums

Telegram allows creating forums with multiple distinct topics.

Monoforum

Telegram supports direct messages to channels, which can also be used to suggest (even paid) channel posts.

channels.readMessageContents

Mark channel/supergroup message contents as read, emitting an updateChannelReadMessagesContents.