MadelineProtoDocs/docs/API_docs/constructors/photoPathSize.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image
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. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: photoPathSize

Back to constructors index

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'];