Layer 227
constructor
textCashtag#7b9e1801 text:RichText = RichText;

Parameters

Name Type Description
Text RichText

Returns

RichText

Gogram Example

// Creating TextCashtag constructor
obj := &tg.TextCashtag{
    Text: &tg.RichText{},
}