TextImage

class pyrogram.raw.types.TextImage

Inline image

Constructor of RichText.

Details:
  • Layer: 223

  • ID: 81CCF4F

Parameters:
  • document_id (int 64-bit) – Document ID

  • w (int 32-bit) – Width

  • h (int 32-bit) – Height

TL Schema

textImage#81ccf4f
document_id:long
w:int
h:int

= RichText

Parameter Tree

TextImage
├── document_idlong
├── wint
└── hint

Example

TextImage(
    document_id=0,
    w=0,
    h=0,
)