MadelineProtoDocs/docs/API_docs/constructors/textConcat.md
2024-05-01 14:53:46 +02:00

652 B

title description nav_exclude image
textConcat Concatenation of rich texts true 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 Concatenated rich texts

Type: RichText

Example:

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