Layer 224
constructor
photoPathSize#d8214d41 type:string bytes:bytes = PhotoSize;

Parameters

Name Type Description
Type string Always j
Bytes bytes Compressed SVG path payload, see here for decompression instructions

Returns

PhotoSize

Gogram Example

// Creating PhotoPathSize constructor
obj := &tg.PhotoPathSize{
    Type: "Hello, World!",
    Bytes: []byte{0x01, 0x02, 0x03},
}