Layer 220
constructor
textConcat#7e6260d7 texts:Vector<RichText> = RichText;

Parameters

Name Type Description
Texts Vector<RichText> Concatenated rich texts

Returns

RichText

Gogram Example

// Creating TextConcat constructor
obj := &tg.TextConcat{
    Texts: []tg.RichText{&tg.RichText{}},
}