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

A marked text. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextMarked>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A marked text.

Definition at line 12761 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 12762 of file Types.h.

Member Data Documentation

◆ text

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

The text.

Definition at line 12774 of file Types.h.

◆ TYPE

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

Definition at line 12764 of file Types.h.

◆ type

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

Type of the rich text, always “marked”

Definition at line 12769 of file Types.h.


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