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

A strikethrough text. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextStrikethrough>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A strikethrough text.

Definition at line 12942 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12943 of file Types.h.

Member Data Documentation

◆ text

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

The text.

Definition at line 12955 of file Types.h.

◆ TYPE

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

Definition at line 12945 of file Types.h.

◆ type

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

Type of the rich text, always “strikethrough”

Definition at line 12950 of file Types.h.


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