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

A subscript text. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextSubscript>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A subscript text.

Definition at line 12965 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12966 of file Types.h.

Member Data Documentation

◆ text

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

The text.

Definition at line 12978 of file Types.h.

◆ TYPE

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

Definition at line 12968 of file Types.h.

◆ type

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

Type of the rich text, always “subscript”

Definition at line 12973 of file Types.h.


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