Layer 220
constructor
photoStrippedSize#e0b0bc2e type:string bytes:bytes = PhotoSize;

Parameters

Name Type Description
Type string Thumbnail type
Bytes bytes Thumbnail data, see here for more info on decompression

Returns

PhotoSize

Gogram Example

// Creating PhotoStrippedSize constructor
obj := &tg.PhotoStrippedSize{
    Type: "...",
    Bytes: []byte{},
}