LibTgBotPP
|
#include <TelegramBot.h>
Public Attributes | |
std::string | command |
The command, e.g. /help. More... | |
CommandCallback | callback |
Pointer to the callback function. More... | |
std::string | help_text |
Help text of the command. More... | |
Structure to hold data for callbacks
Definition at line 26 of file TelegramBot.h.
CommandCallback Telegram::TCommand::callback |
Pointer to the callback function.
Definition at line 28 of file TelegramBot.h.
std::string Telegram::TCommand::command |
The command, e.g. /help.
Definition at line 27 of file TelegramBot.h.
std::string Telegram::TCommand::help_text |
Help text of the command.
Definition at line 29 of file TelegramBot.h.