telegram api constructor · layer 229 · #25f324f7
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)
definition
updateChannelReadMessagesContents#25f324f7 flags:# channel_id:long top_msg_id:flags.0?int saved_peer_id:flags.1?Peer messages:Vector<int> = Update;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
channel_id | long | Channel/supergroup ID |
top_msg_id | int | Forum topic ID. |
saved_peer_id | Peer | If set, the messages were read within the specified monoforum topic ». |
messages | Vector<int> | IDs of messages that were read |
type
Update · 164 other constructors
history
present in layers 71–229 · constructor id changed 3×
| id | layers |
|---|---|
| #89893b45 | 71–132 |
| #44bdd535 | 133–147 |
| #ea29055d | 148–203 |
| #25f324f7 | 204–229 |