tgbot-cpp
Loading...
Searching...
No Matches
TgBot::InputRichBlockPullQuotation 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<InputRichBlockPullQuotation>

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 7683 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 7684 of file Types.h.

Member Data Documentation

◆ credit

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

Optional. Credit of the block.

Definition at line 7701 of file Types.h.

◆ text

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

Text of the block.

Definition at line 7696 of file Types.h.

◆ TYPE

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

Definition at line 7686 of file Types.h.

◆ type

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

Type of the block, always “pullquote”

Definition at line 7691 of file Types.h.


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