PhotoPathSize
- class pyrogram.raw.types.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.
Constructor of
PhotoSize.- Details:
Layer:
223ID:
D8214D41
- Parameters:
type (
str) – Always jbytes (
bytes) – Compressed SVG path payload, see here for decompression instructions
TL Schema
photoPathSize#d8214d41
type:string
bytes:bytes
= PhotoSize
Parameter Tree
PhotoPathSize
├── type →
string└── bytes →
bytesExample
PhotoPathSize(
type="text",
bytes=b"data",
)