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