mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
833 B
833 B
title | description | nav_exclude | image |
---|---|---|---|
readParticipantDate | Contains info about when a certain participant has read a message | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: readParticipantDate
Contains info about when a certain participant has read a message
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | User ID |
date | int | Yes | When the user read the message |
Type: ReadParticipantDate
Example:
$readParticipantDate = ['_' => 'readParticipantDate', 'user_id' => long, 'date' => int];