Layer 227
TextBotCommand
Rich-text fragment that is a bot command (e. g. /start).
constructor
textBotCommand#2ff29d3 text:RichText = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | RichText |
Returns
RichTextGogram Example
// Creating TextBotCommand constructor obj := &tg.TextBotCommand{ Text: &tg.RichText{}, }