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

A reference. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextReference>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A reference.

Definition at line 12863 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12864 of file Types.h.

Member Data Documentation

◆ name

std::string TgBot::RichTextReference::name { }

The name of the reference.

Definition at line 12881 of file Types.h.

◆ text

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

Text of the reference.

Definition at line 12876 of file Types.h.

◆ TYPE

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

Definition at line 12866 of file Types.h.

◆ type

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

Type of the rich text, always “reference”

Definition at line 12871 of file Types.h.


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