MadelineProtoDocs/old_docs/API_docs_v102/constructors/textConcat.md
2019-06-24 15:45:02 +02:00

627 B

title description image
textConcat Text concat https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textConcat

Back to constructors index

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