| tgbot-cpp
    | 
This object represents a bot command. More...
#include <BotCommand.h>
| Public Types | |
| typedef std::shared_ptr< BotCommand > | Ptr | 
| Public Member Functions | |
| BotCommand () | |
| virtual | ~BotCommand () | 
| Public Attributes | |
| std::string | command | 
| command label. | |
| std::string | description | 
| description label. | |
This object represents a bot command.
https://core.telegram.org/bots/api#botcommand
Definition at line 16 of file BotCommand.h.
| typedef std::shared_ptr<BotCommand> TgBot::BotCommand::Ptr | 
Definition at line 18 of file BotCommand.h.
| 
 | inline | 
Definition at line 19 of file BotCommand.h.
| 
 | inlinevirtual | 
Definition at line 21 of file BotCommand.h.
| std::string TgBot::BotCommand::command | 
command label.
Definition at line 26 of file BotCommand.h.
| std::string TgBot::BotCommand::description | 
description label.
Definition at line 31 of file BotCommand.h.