|
tgbot-cpp
|
A block with an anchor, corresponding to the HTML tag with the attribute name. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichBlockAnchor> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “anchor” | |
| std::string | name { } |
| The name of the anchor. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
A block with an anchor, corresponding to the HTML tag with the attribute name.
| using TgBot::RichBlockAnchor::Ptr = std::shared_ptr<RichBlockAnchor> |
| std::string TgBot::RichBlockAnchor::name { } |
|
static |
| std::string TgBot::RichBlockAnchor::type { TYPE } |