updateReadChannelDiscussionInbox
Incoming comments in a discussion thread were marked as read
type tg.UpdateReadChannelDiscussionInbox struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChannelID | int64 | yes | Discussion group ID |
TopMsgID | int | yes | ID of the group message that started the thread (message in linked discussion group) |
ReadMaxID | int | yes | Message ID of latest read incoming message for this thread |
BroadcastID | int64 | — | If set, contains the ID of the channel that contains the post that started the comment thread in the discussion group (channel_id) |
BroadcastPost | int | — | If set, contains the ID of the channel post that started the comment thread |
References
- Official documentation
- Generated Go reference
- TL definition:
updateReadChannelDiscussionInbox#d6b19546