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