Layer 220
TextPlain
Plain text
constructor
textPlain#744694e0 text:string = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Text |
Returns
RichTextGogram Example
// Creating TextPlain constructor obj := &tg.TextPlain{ Text: "...", }