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