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
| Name | Type | Required | Description |
|---|---|---|---|
ChannelID | int64 | yes | Channel/supergroup ID |
TopMsgID | int | — | Forum topic ID. |
SavedPeerID | PeerClass | — | If set, the messages were read within the specified monoforum topic ». |
Messages | []int | yes | IDs of messages that were read |
References
- Official documentation
- Generated Go reference
- TL definition:
updateChannelReadMessagesContents#25f324f7