Constructor: outboxReadDate
Exact read date of a private message we sent to another user.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
date | int | Yes | UNIX timestamp with the read date. |
Type: OutboxReadDate
Example:
$outboxReadDate = ['_' => 'outboxReadDate', 'date' => int];