Constructor: photoPathSize
Messages with animated stickers can have a compressed svg (< 300 bytes) to show the outline of the sticker before fetching the actual lottie animation.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes | Always j |
bytes | bytes | Yes | Compressed SVG path payload, see here for decompression instructions |
Type: PhotoSize
Example:
$photoPathSize = ['_' => 'photoPathSize', 'type' => 'string', 'bytes' => 'bytes'];