Link Search Menu Expand Document

Constructor: readParticipantDate

Back to constructors index

Contains info about when a certain participant has read a message

Attributes:

NameTypeRequiredDescription
user_idlongYesUser ID
dateintYesWhen the user read the message

Type: ReadParticipantDate

Example:

$readParticipantDate = ['_' => 'readParticipantDate', 'user_id' => long, 'date' => int];