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