MadelineProtoDocs/docs/API_docs/constructors/textImage.md
2024-05-01 14:53:46 +02:00

707 B

title description nav_exclude image
textImage Inline image true 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];