Skip to main content

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)

type tg.UpdateChannelReadMessagesContents struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
ChannelIDint64yesChannel/supergroup ID
TopMsgIDintForum topic ID.
SavedPeerIDPeerClassIf set, the messages were read within the specified monoforum topic ».
Messages[]intyesIDs of messages that were read

References