Constructor: updateReadMonoForumOutbox
Outgoing messages in a monoforum were read.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| channel_id | long | Yes | ID of the monoforum. |
| saved_peer_id | Peer | Yes | Topic ID. |
| read_max_id | int | Yes | Position up to which all outgoing messages are read. |
Type: Update
Example:
$updateReadMonoForumOutbox = ['_' => 'updateReadMonoForumOutbox', 'channel_id' => long, 'saved_peer_id' => Peer, 'read_max_id' => int];