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

A block quotation, corresponding to the HTML tag. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichBlockBlockQuotation>

Public Attributes

std::string type { TYPE }
 Type of the block, always “blockquote”
std::vector< std::shared_ptr< RichBlock > > blocks { }
 Content 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 block quotation, corresponding to the HTML tag.

.

Definition at line 11767 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 11768 of file Types.h.

Member Data Documentation

◆ blocks

std::vector<std::shared_ptr<RichBlock> > TgBot::RichBlockBlockQuotation::blocks { }

Content of the block.

Definition at line 11780 of file Types.h.

◆ credit

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

Optional. Credit of the block.

Definition at line 11785 of file Types.h.

◆ TYPE

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

Definition at line 11770 of file Types.h.

◆ type

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

Type of the block, always “blockquote”

Definition at line 11775 of file Types.h.


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