Link Search Menu Expand Document

Constructor: updateReadChannelDiscussionOutbox

Back to constructors index

Outgoing comments in a discussion thread were marked as read

Attributes:

NameTypeRequiredDescription
channel_idlongYesSupergroup ID
top_msg_idintYesID of the group message that started the thread
read_max_idintYesMessage 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];