TextImage
- class pyrogram.raw.types.TextImage
Inline image
Constructor of
RichText.- Details:
Layer:
223ID:
81CCF4F
- Parameters:
document_id (
int64-bit) – Document IDw (
int32-bit) – Widthh (
int32-bit) – Height
TL Schema
textImage#81ccf4f
document_id:long
w:int
h:int
= RichText
Parameter Tree
TextImage
├── document_id →
long├── w →
int└── h →
intExample
TextImage(
document_id=0,
w=0,
h=0,
)