Layer 227
constructor
textMath#9d2eac97 source:string = RichText;

Parameters

Name Type Description
Source string

Returns

RichText

Gogram Example

// Creating TextMath constructor
obj := &tg.TextMath{
    Source: "Hello, World!",
}