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