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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InputRichBlockList>

Public Attributes

std::string type { TYPE }
 Type of the block, always “list”
std::vector< std::shared_ptr< InputRichBlockListItem > > 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 7475 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 7476 of file Types.h.

Member Data Documentation

◆ items

std::vector<std::shared_ptr<InputRichBlockListItem> > TgBot::InputRichBlockList::items { }

Items of the list.

Definition at line 7488 of file Types.h.

◆ TYPE

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

Definition at line 7478 of file Types.h.

◆ type

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

Type of the block, always “list”

Definition at line 7483 of file Types.h.


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