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