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

A bold text. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextBold>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A bold text.

Definition at line 12517 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 12518 of file Types.h.

Member Data Documentation

◆ text

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

The text.

Definition at line 12530 of file Types.h.

◆ TYPE

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

Definition at line 12520 of file Types.h.

◆ type

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

Type of the rich text, always “bold”

Definition at line 12525 of file Types.h.


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