|
tgbot-cpp
|
A bot command. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichTextBotCommand> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the rich text, always “bot_command” | |
| std::shared_ptr< RichText > | text { } |
| The text. | |
| std::string | botCommand { } |
| The bot command. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichTextBotCommand::Ptr = std::shared_ptr<RichTextBotCommand> |
| std::string TgBot::RichTextBotCommand::botCommand { } |
| std::shared_ptr<RichText> TgBot::RichTextBotCommand::text { } |
|
static |
| std::string TgBot::RichTextBotCommand::type { TYPE } |