MadelineProtoDocs/docs/API_docs/constructors/readParticipantDate.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];