Link Search Menu Expand Document

Constructor: updateReadHistoryOutbox

Back to constructors index

Outgoing messages were read

Attributes:

NameTypeRequiredDescription
peerlongYesPeer
max_idintYesMaximum ID of read outgoing messages
ptsintYesEvent count after generation
pts_countintYesNumber of events that were generated

Type: Update

Example:

$updateReadHistoryOutbox = ['_' => 'updateReadHistoryOutbox', 'peer' => long, 'max_id' => int, 'pts' => int, 'pts_count' => int];