Layer 220
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: "...",
    Bytes: []byte{},
}