Layer 224
constructor
outboxReadDate#3bb842ac date:int = OutboxReadDate;

Parameters

Name Type Description
Date int UNIX timestamp with the read date.

Returns

OutboxReadDate

Gogram Example

// Creating OutboxReadDateObj constructor
obj := &tg.OutboxReadDateObj{
    Date: 42,
}