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