PhotoStrippedSize
- class pyrogram.raw.types.PhotoStrippedSize
A low-resolution compressed JPG payload
Constructor of
PhotoSize.- Details:
Layer:
223ID:
E0B0BC2E
- Parameters:
type (
str) – Thumbnail typebytes (
bytes) – Thumbnail data, see here for more info on decompression »
TL Schema
photoStrippedSize#e0b0bc2e
type:string
bytes:bytes
= PhotoSize
Parameter Tree
PhotoStrippedSize
├── type →
string└── bytes →
bytesExample
PhotoStrippedSize(
type="text",
bytes=b"data",
)