tgbot-cpp
Loading...
Searching...
No Matches
TgBot::RichBlockSlideshow Struct Reference

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< RichBlockCaptioncaption { }
 Optional. Caption of the block.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A slideshow, corresponding to the custom HTML tag <tg-slideshow>.

Definition at line 12191 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12192 of file Types.h.

Member Data Documentation

◆ blocks

std::vector<std::shared_ptr<RichBlock> > TgBot::RichBlockSlideshow::blocks { }

Elements of the slideshow.

Definition at line 12204 of file Types.h.

◆ caption

std::shared_ptr<RichBlockCaption> TgBot::RichBlockSlideshow::caption { }

Optional. Caption of the block.

Definition at line 12209 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::RichBlockSlideshow::TYPE
static

Definition at line 12194 of file Types.h.

◆ type

std::string TgBot::RichBlockSlideshow::type { TYPE }

Type of the block, always “slideshow”

Definition at line 12199 of file Types.h.


The documentation for this struct was generated from the following file: