Layer 220
Type

Gogram Example

// PhotoSize is an interface type
// You can use any of the following constructors:
var _ tg.PhotoSize = &tg.PhotoSizeEmpty{}
var _ tg.PhotoSize = &tg.PhotoCachedSize{}
var _ tg.PhotoSize = &tg.PhotoSize{}
var _ tg.PhotoSize = &tg.PhotoStrippedSize{}
var _ tg.PhotoSize = &tg.PhotoSizeProgressive{}
// ... and 1 more constructors