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

A superscript text. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextSuperscript>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A superscript text.

Definition at line 12988 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12989 of file Types.h.

Member Data Documentation

◆ text

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

The text.

Definition at line 13001 of file Types.h.

◆ TYPE

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

Definition at line 12991 of file Types.h.

◆ type

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

Type of the rich text, always “superscript”

Definition at line 12996 of file Types.h.


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