Layer 220
TextConcat
Concatenation of rich texts
constructor
textConcat#7e6260d7 texts:Vector<RichText> = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| Texts | Vector<RichText> | Concatenated rich texts |
Returns
RichTextGogram Example
// Creating TextConcat constructor obj := &tg.TextConcat{ Texts: []tg.RichText{&tg.RichText{}}, }