Layer 220
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

Update

Gogram Example

// Creating UpdateReadChannelDiscussionOutbox constructor
obj := &tg.UpdateReadChannelDiscussionOutbox{
    ChannelId: int64(0),
    TopMsgId: 0,
    ReadMaxId: 0,
}