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

An underlined text. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextUnderline>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

An underlined text.

Definition at line 13039 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 13040 of file Types.h.

Member Data Documentation

◆ text

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

The text.

Definition at line 13052 of file Types.h.

◆ TYPE

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

Definition at line 13042 of file Types.h.

◆ type

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

Type of the rich text, always “underline”

Definition at line 13047 of file Types.h.


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