Layer 220
constructor
updateReadMonoForumOutbox#a4a79376 channel_id:long saved_peer_id:Peer read_max_id:int = Update;

Parameters

Name Type Description
ChannelId long ID of the monoforum.
SavedPeerId Peer Topic ID.
ReadMaxId int Position up to which all outgoing messages are read.

Returns

Update

Gogram Example

// Creating UpdateReadMonoForumOutbox constructor
obj := &tg.UpdateReadMonoForumOutbox{
    ChannelId: int64(0),
    SavedPeerId: &tg.Peer{},
    ReadMaxId: 0,
}