|
tgbot-cpp
|
A link to an anchor. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichTextAnchorLink> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the rich text, always “anchor_link” | |
| std::shared_ptr< RichText > | text { } |
| The link text. | |
| std::string | anchorName { } |
| The name of the anchor. If the name is empty, then the link brings back to the top of the message. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichTextAnchorLink::Ptr = std::shared_ptr<RichTextAnchorLink> |
| std::string TgBot::RichTextAnchorLink::anchorName { } |
| std::shared_ptr<RichText> TgBot::RichTextAnchorLink::text { } |
|
static |
| std::string TgBot::RichTextAnchorLink::type { TYPE } |