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

A quotation with centered text, loosely corresponding to the HTML tag <aside>. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichBlockPullQuotation>

Public Attributes

std::string type { TYPE }
 Type of the block, always “pullquote”
std::shared_ptr< RichTexttext { }
 Text of the block.
std::shared_ptr< RichTextcredit { }
 Optional. Credit of the block.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A quotation with centered text, loosely corresponding to the HTML tag <aside>.

Definition at line 12135 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12136 of file Types.h.

Member Data Documentation

◆ credit

std::shared_ptr<RichText> TgBot::RichBlockPullQuotation::credit { }

Optional. Credit of the block.

Definition at line 12153 of file Types.h.

◆ text

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

Text of the block.

Definition at line 12148 of file Types.h.

◆ TYPE

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

Definition at line 12138 of file Types.h.

◆ type

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

Type of the block, always “pullquote”

Definition at line 12143 of file Types.h.


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