|
tgbot-cpp
|
A block quotation, corresponding to the HTML tag. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockBlockQuotation> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “blockquote” | |
| std::vector< std::shared_ptr< InputRichBlock > > | blocks { } |
| Content of the block. | |
| std::shared_ptr< RichText > | credit { } |
| Optional. Credit of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::InputRichBlockBlockQuotation::Ptr = std::shared_ptr<InputRichBlockBlockQuotation> |
| std::vector<std::shared_ptr<InputRichBlock> > TgBot::InputRichBlockBlockQuotation::blocks { } |
| std::shared_ptr<RichText> TgBot::InputRichBlockBlockQuotation::credit { } |
|
static |
| std::string TgBot::InputRichBlockBlockQuotation::type { TYPE } |