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

A link to a reference. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextReferenceLink>

Public Attributes

std::string type { TYPE }
 Type of the rich text, always “reference_link”
std::shared_ptr< RichTexttext { }
 The link text.
std::string referenceName { }
 The name of the reference.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A link to a reference.

Definition at line 12891 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12892 of file Types.h.

Member Data Documentation

◆ referenceName

std::string TgBot::RichTextReferenceLink::referenceName { }

The name of the reference.

Definition at line 12909 of file Types.h.

◆ text

std::shared_ptr<RichText> TgBot::RichTextReferenceLink::text { }

The link text.

Definition at line 12904 of file Types.h.

◆ TYPE

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

Definition at line 12894 of file Types.h.

◆ type

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

Type of the rich text, always “reference_link”

Definition at line 12899 of file Types.h.


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