botCommand
Describes a bot command that can be used in a chat
type tg.BotCommand struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Command | string | yes | /command name |
Description | string | yes | Description of the command |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
botCommand#c27ac8c7