Constructor: botCommand
Describes a bot command that can be used in a chat
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| command | string | Yes | /command name |
| description | string | Yes | Description of the command |
Type: BotCommand
Example:
$botCommand = ['_' => 'botCommand', 'command' => 'string', 'description' => 'string'];