Constructor: updateReadChannelDiscussionOutbox
Outgoing comments in a discussion thread were marked as read
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| channel_id | long | Yes | Supergroup ID |
| top_msg_id | int | Yes | ID of the group message that started the thread |
| read_max_id | int | Yes | Message ID of latest read outgoing message for this thread |
Type: Update
Example:
$updateReadChannelDiscussionOutbox = ['_' => 'updateReadChannelDiscussionOutbox', 'channel_id' => long, 'top_msg_id' => int, 'read_max_id' => int];