tgbot-cpp
Loading...
Searching...
No Matches
TgBot::RichBlockAnchor Struct Reference

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

Detailed Description

A block with an anchor, corresponding to the HTML tag with the attribute name.

Definition at line 11683 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::RichBlockAnchor::Ptr = std::shared_ptr<RichBlockAnchor>

Definition at line 11684 of file Types.h.

Member Data Documentation

◆ name

std::string TgBot::RichBlockAnchor::name { }

The name of the anchor.

Definition at line 11696 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::RichBlockAnchor::TYPE
static

Definition at line 11686 of file Types.h.

◆ type

std::string TgBot::RichBlockAnchor::type { TYPE }

Type of the block, always “anchor”

Definition at line 11691 of file Types.h.


The documentation for this struct was generated from the following file: