MadelineProtoDocs/old_docs/API_docs_v66/constructors/textConcat.md

659 B

title description image
textConcat Concatenation of rich texts https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textConcat

Back to constructors index

Concatenation of rich texts

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}}