Layer 220
constructor
textAnchor#35553762 text:RichText name:string = RichText;

Parameters

Name Type Description
Text RichText Text
Name string Section name

Returns

RichText

Gogram Example

// Creating TextAnchor constructor
obj := &tg.TextAnchor{
    Text: &tg.RichText{},
    Name: "...",
}