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

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

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

Definition at line 7373 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 7374 of file Types.h.

Member Data Documentation

◆ blocks

std::vector<std::shared_ptr<InputRichBlock> > TgBot::InputRichBlockCollage::blocks { }

Elements of the collage.

Definition at line 7386 of file Types.h.

◆ caption

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

Optional. Caption of the block.

Definition at line 7391 of file Types.h.

◆ TYPE

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

Definition at line 7376 of file Types.h.

◆ type

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

Type of the block, always “collage”

Definition at line 7381 of file Types.h.


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