Link Search Menu Expand Document

Constructor: updateReadStories

Back to constructors index

Stories of a specific peer were marked as read.

Attributes:

NameTypeRequiredDescription
peerlongYesThe peer
max_idintYesID of the last story that was marked as read

Type: Update

Example:

$updateReadStories = ['_' => 'updateReadStories', 'peer' => long, 'max_id' => int];