Layer 224
OutboxReadDateObj
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 OutboxReadDateObj constructor obj := &tg.OutboxReadDateObj{ Date: 42, }