Layer 220
UpdateReadMonoForumInbox
Incoming messages in a monoforum topic were read
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
UpdateGogram Example
// Creating UpdateReadMonoForumInbox constructor obj := &tg.UpdateReadMonoForumInbox{ ChannelId: int64(0), SavedPeerId: &tg.Peer{}, ReadMaxId: 0, }