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