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

An anchor. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextAnchor>

Public Attributes

std::string type { TYPE }
 Type of the rich text, always “anchor”
std::string name { }
 The name of the anchor.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

An anchor.

Definition at line 12437 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 12438 of file Types.h.

Member Data Documentation

◆ name

std::string TgBot::RichTextAnchor::name { }

The name of the anchor.

Definition at line 12450 of file Types.h.

◆ TYPE

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

Definition at line 12440 of file Types.h.

◆ type

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

Type of the rich text, always “anchor”

Definition at line 12445 of file Types.h.


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