Telebot
4.7.0
Library for Telegram bot API
|
This object represents a bot command. More...
#include <telebot-types.h>
Public Attributes | |
char * | command |
char * | description |
This object represents a bot command.
char* telebot_bot_command::command |
Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores.
char* telebot_bot_command::description |
Description of the command, 3-256 characters.