mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
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
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'];