Link Search Menu Expand Document

Constructor: updateReadMonoForumInbox

Back to constructors index

Incoming messages in a monoforum topic were read

Attributes:

NameTypeRequiredDescription
channel_idlongYesID of the monoforum.
saved_peer_idPeerYesTopic ID.
read_max_idintYesPosition up to which all incoming messages are read.

Type: Update

Example:

$updateReadMonoForumInbox = ['_' => 'updateReadMonoForumInbox', 'channel_id' => long, 'saved_peer_id' => Peer, 'read_max_id' => int];