SklavaBot 0.1.0
Telegram Bot in C++
|
Functions | |
void | register_handlers (TgBot::Bot *bot) |
Register all the handlers for bot commands. | |
void Bot::register_handlers | ( | TgBot::Bot * | bot | ) |
Register all the handlers for bot commands.
register_handlers(*bot)
bot | Pointer to TgBot::Bot object |
/start Start BOT
/help Print help message
/info Print help message
/ocr optical character recognition
/metar Print METAR informations from station
Definition at line 71 of file commands.cpp.