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