|
tgbot-cpp
|
A text with an email address. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichTextEmailAddress> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the rich text, always “email_address” | |
| std::shared_ptr< RichText > | text { } |
| The text. | |
| std::string | emailAddress { } |
| The email address. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichTextEmailAddress::Ptr = std::shared_ptr<RichTextEmailAddress> |
| std::string TgBot::RichTextEmailAddress::emailAddress { } |
| std::shared_ptr<RichText> TgBot::RichTextEmailAddress::text { } |
|
static |
| std::string TgBot::RichTextEmailAddress::type { TYPE } |