Layer 224
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: "Hello, World!",
    Bytes: []byte{0x01, 0x02, 0x03},
}