Layer 220
constructor
updateShort#78d4dec1 update:Update date:int = Updates;

Parameters

Name Type Description
Update Update Update
Date int Date of event

Returns

Updates

Gogram Example

// Creating UpdateShort constructor
obj := &tg.UpdateShort{
    Update: &tg.UpdateNewMessage{},
    Date: 0,
}