mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
707 B
707 B
title | description | nav_exclude | image |
---|---|---|---|
textImage | Inline image | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textImage
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];