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