2024-05-01 14:53:46 +02:00

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

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

Type: Update

Example:

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