644 B
644 B
title | description |
---|---|
textConcat | textConcat attributes, type and example |
Constructor: textConcat
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}}