|
tgbot-cpp
|
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< RichText > | text { } |
| Text of the block. | |
| std::shared_ptr< RichText > | credit { } |
| Optional. Credit of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
A quotation with centered text, loosely corresponding to the HTML tag <aside>.
| using TgBot::RichBlockPullQuotation::Ptr = std::shared_ptr<RichBlockPullQuotation> |
| std::shared_ptr<RichText> TgBot::RichBlockPullQuotation::credit { } |
| std::shared_ptr<RichText> TgBot::RichBlockPullQuotation::text { } |
|
static |
| std::string TgBot::RichBlockPullQuotation::type { TYPE } |