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

A list of blocks, corresponding to the HTML tag. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichBlockList>

Public Attributes

std::string type { TYPE }
 Type of the block, always “list”
std::vector< std::shared_ptr< RichBlockListItem > > items { }
 Items of the list.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A list of blocks, corresponding to the HTML tag.

multiple nested tags .

Definition at line 11918 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::RichBlockList::Ptr = std::shared_ptr<RichBlockList>

Definition at line 11919 of file Types.h.

Member Data Documentation

◆ items

std::vector<std::shared_ptr<RichBlockListItem> > TgBot::RichBlockList::items { }

Items of the list.

Definition at line 11931 of file Types.h.

◆ TYPE

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

Definition at line 11921 of file Types.h.

◆ type

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

Type of the block, always “list”

Definition at line 11926 of file Types.h.


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