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