mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image |
---|---|---|---|
updateReadChannelDiscussionOutbox | Outgoing comments in a discussion thread were marked as read | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];