1 #ifndef CPPGRAM_COMMAND_HANDLER_HPP 2 #define CPPGRAM_COMMAND_HANDLER_HPP 5 #include <unordered_map> 28 template <
class Z>
friend class BasicBot;
100 bool processCommands(
const types::Update &update );
114 std::unordered_map<const EUpdate, std::vector<commands::Command<T> *>> commands;
118 #include "command_handler_impl.hpp" Handle bot commands.
Definition: command_handler.hpp:26
contains api methods, update handlers and listener.
Definition: basic_bot.hpp:199
Abstract class for bot commands.
Definition: command_handler.hpp:15
main namespace for Cppgram