PhotoSize
- class pyrogram.raw.types.PhotoSize
Image description.
Constructor of
PhotoSize.- Details:
Layer:
223ID:
75C78E60
- Parameters:
type (
str) – Thumbnail type »w (
int32-bit) – Image widthh (
int32-bit) – Image heightsize (
int32-bit) – File size
TL Schema
photoSize#75c78e60
type:string
w:int
h:int
size:int
= PhotoSize
Parameter Tree
PhotoSize
├── type →
string├── w →
int├── h →
int└── size →
intExample
PhotoSize(
type="text",
w=0,
h=0,
size=0,
)