1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:37:49 +01:00
MadelineProto/docs/API_docs/constructors/textConcat.md

525 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], ];

Or, if you're into Lua:

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