|
tgbot-cpp
|
A collage, corresponding to the custom HTML tag <tg-collage>. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichBlockCollage> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “collage” | |
| std::vector< std::shared_ptr< RichBlock > > | blocks { } |
| Elements of the collage. | |
| std::shared_ptr< RichBlockCaption > | caption { } |
| Optional. Caption of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
A collage, corresponding to the custom HTML tag <tg-collage>.
| using TgBot::RichBlockCollage::Ptr = std::shared_ptr<RichBlockCollage> |
| std::vector<std::shared_ptr<RichBlock> > TgBot::RichBlockCollage::blocks { } |
| std::shared_ptr<RichBlockCaption> TgBot::RichBlockCollage::caption { } |
|
static |
| std::string TgBot::RichBlockCollage::type { TYPE } |