mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
652 B
652 B
title | description | nav_exclude | image |
---|---|---|---|
textConcat | Concatenation of rich texts | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textConcat
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]];