mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
776 B
776 B
title | description | nav_exclude | image |
---|---|---|---|
updateReadStories | Stories of a specific peer were marked as read. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateReadStories
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 |
Type: Update
Example:
$updateReadStories = ['_' => 'updateReadStories', 'peer' => long, 'max_id' => int];