Layer 220
UpdateReadChannelDiscussionOutbox
Outgoing comments in a discussion thread were marked as read
constructor
updateReadChannelDiscussionOutbox#695c9e7c channel_id:long top_msg_id:int read_max_id:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| ChannelId | long | Supergroup ID |
| TopMsgId | int | ID of the group message that started the thread |
| ReadMaxId | int | Message ID of latest read outgoing message for this thread |
Returns
UpdateGogram Example
// Creating UpdateReadChannelDiscussionOutbox constructor obj := &tg.UpdateReadChannelDiscussionOutbox{ ChannelId: int64(0), TopMsgId: 0, ReadMaxId: 0, }