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

An italicized text. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextItalic>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

An italicized text.

Definition at line 12738 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 12739 of file Types.h.

Member Data Documentation

◆ text

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

The text.

Definition at line 12751 of file Types.h.

◆ TYPE

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

Definition at line 12741 of file Types.h.

◆ type

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

Type of the rich text, always “italic”

Definition at line 12746 of file Types.h.


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