Constructor: updateReadStories
Back to constructors index
Stories of a specific peer were marked as read.
Attributes:
Name | Type | Required | Description |
---|
peer | long | Yes | The peer |
max_id | int | Yes | ID of the last story that was marked as read |
Example:
$updateReadStories = ['_' => 'updateReadStories', 'peer' => long, 'max_id' => int];