mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
27 lines
443 B
Markdown
27 lines
443 B
Markdown
---
|
|
title: textConcat
|
|
description: textConcat attributes, type and example
|
|
---
|
|
## Constructor: textConcat
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|texts|Array of [RichText](../types/RichText.md) | Required|
|
|
|
|
|
|
|
|
### Type: [RichText](../types/RichText.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$textConcat = ['_' => 'textConcat', 'texts' => [Vector t], ];
|
|
```
|
|
|