MadelineProtoDocs/old_docs/API_docs_v65/constructors/textConcat.md
2018-04-01 13:24:46 +02:00

644 B

title description
textConcat textConcat attributes, type and example

Constructor: textConcat

Back to constructors index

Attributes:

Name Type Required
texts Array of RichText Yes

Type: RichText

Example:

$textConcat = ['_' => 'textConcat', 'texts' => [RichText, RichText]];

PWRTelegram json-encoded version:

{"_": "textConcat", "texts": [RichText]}

Or, if you're into Lua:

textConcat={_='textConcat', texts={RichText}}