Layer 220
UpdateShort
Shortened constructor containing info on one update not requiring auxiliary data
constructor
updateShort#78d4dec1 update:Update date:int = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| Update | Update | Update |
| Date | int | Date of event |
Returns
UpdatesGogram Example
// Creating UpdateShort constructor obj := &tg.UpdateShort{ Update: &tg.UpdateNewMessage{}, Date: 0, }