Link Search Menu Expand Document

Constructor: outboxReadDate

Back to constructors index

Exact read date of a private message we sent to another user.

Attributes:

NameTypeRequiredDescription
dateintYesUNIX timestamp with the read date.

Type: OutboxReadDate

Example:

$outboxReadDate = ['_' => 'outboxReadDate', 'date' => int];