SklavaBot 0.1.0
Telegram Bot in C++
Loading...
Searching...
No Matches
commands.hpp
Go to the documentation of this file.
1#ifndef HPP_COMMANDS
2#define HPP_COMMANDS
3
4#include <tgbot/tgbot.h>
5
6namespace Bot {
15void register_handlers(TgBot::Bot *bot);
16} // namespace Bot
17
18#endif
void register_handlers(TgBot::Bot *bot)
Register all the handlers for bot commands.
Definition commands.cpp:71