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