|
tgbot-cpp
|
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 |
A list of blocks, corresponding to the HTML tag.
multiple nested tags .
| using TgBot::RichBlockList::Ptr = std::shared_ptr<RichBlockList> |
| std::vector<std::shared_ptr<RichBlockListItem> > TgBot::RichBlockList::items { } |
|
static |
| std::string TgBot::RichBlockList::type { TYPE } |