|
tgbot-cpp
|
A collage, corresponding to the custom HTML tag <tg-collage>. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockCollage> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “collage” | |
| std::vector< std::shared_ptr< InputRichBlock > > | 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::InputRichBlockCollage::Ptr = std::shared_ptr<InputRichBlockCollage> |
| std::vector<std::shared_ptr<InputRichBlock> > TgBot::InputRichBlockCollage::blocks { } |
| std::shared_ptr<RichBlockCaption> TgBot::InputRichBlockCollage::caption { } |
|
static |
| std::string TgBot::InputRichBlockCollage::type { TYPE } |