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

Parameters

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

Returns

OutboxReadDate

Gogram Example

// Creating OutboxReadDate constructor
obj := &tg.OutboxReadDate{
    Date: 0,
}