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