Layer 227
constructor
textFixed#6c3f19b9 text:RichText = RichText;

Parameters

Name Type Description
Text RichText Text

Returns

RichText

Gogram Example

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