Layer 220
OutboxReadDate
Exact read date of a private message we sent to another user.
constructor
outboxReadDate#3bb842ac date:int = OutboxReadDate;
Parameters
| Name | Type | Description |
|---|---|---|
| Date | int | UNIX timestamp with the read date. |
Returns
OutboxReadDateGogram Example
// Creating OutboxReadDate constructor obj := &tg.OutboxReadDate{ Date: 0, }