MadelineProtoDocs/docs/API_docs/constructors/textImage.md

726 B

title description image
textImage Inline image https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textImage

Back to constructors index

Inline image

Attributes:

Name Type Required Description
document_id long Yes Document ID
w int Yes Width
h int Yes Height

Type: RichText

Example:

$textImage = ['_' => 'textImage', 'document_id' => long, 'w' => int, 'h' => int];

Or, if you're into Lua:

textImage={_='textImage', document_id=long, w=int, h=int}