tgbot-cpp
Loading...
Searching...
No Matches
TgBot::InputRichBlockAnchor 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<InputRichBlockAnchor>

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 7266 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 7267 of file Types.h.

Member Data Documentation

◆ name

std::string TgBot::InputRichBlockAnchor::name { }

The name of the anchor.

Definition at line 7279 of file Types.h.

◆ TYPE

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

Definition at line 7269 of file Types.h.

◆ type

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

Type of the block, always “anchor”

Definition at line 7274 of file Types.h.


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