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