Link Search Menu Expand Document

Constructor: updateReadChannelOutbox

Back to constructors index

Outgoing messages in a channel/supergroup were read

Attributes:

NameTypeRequiredDescription
channel_idlongYesChannel/supergroup ID
max_idintYesPosition up to which all outgoing messages are read.

Type: Update

Example:

$updateReadChannelOutbox = ['_' => 'updateReadChannelOutbox', 'channel_id' => long, 'max_id' => int];