TDLib v0.0.2 TDLib.Object.BotInfo View Source
Provides information about a bot and its supported commands.
| Name | Type | Description |
|---|---|---|
| description | string | Long description shown on the user info page. |
| commands | botCommand[] | A list of commands supported by the bot. |
More details on telegram’s documentation.