MadelineProtoDocs/docs/API_docs/constructors/updateReadChannelDiscussionOutbox.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];