Layer 220
Type

Gogram Example

// Updates is an interface type
// You can use any of the following constructors:
var _ tg.Updates = &tg.UpdateShortChatMessage{}
var _ tg.Updates = &tg.UpdatesTooLong{}
var _ tg.Updates = &tg.UpdateShortMessage{}
var _ tg.Updates = &tg.UpdateShort{}
var _ tg.Updates = &tg.UpdatesCombined{}
// ... and 2 more constructors