Layer 220
constructor
updateReadMonoForumInbox#77b0e372 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 incoming messages are read.

Returns

Update

Gogram Example

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