588 B
588 B
title | description | image |
---|---|---|
textPlain | Plain text | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textPlain
Plain text
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text |
Type: RichText
Example:
$textPlain = ['_' => 'textPlain', 'text' => 'string'];
Or, if you're into Lua:
textPlain={_='textPlain', text='string'}