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