updateReadChannelDiscussionOutbox
Outgoing comments in a discussion thread were marked as read
type tg.UpdateReadChannelDiscussionOutbox struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChannelID | int64 | yes | Supergroup ID |
TopMsgID | int | yes | ID of the group message that started the thread |
ReadMaxID | int | yes | Message ID of latest read outgoing message for this thread |
References
- Official documentation
- Generated Go reference
- TL definition:
updateReadChannelDiscussionOutbox#695c9e7c