|
tgbot-cpp
|
An expandable block for details disclosure, corresponding to the HTML tag. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockDetails> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “details” | |
| std::shared_ptr< RichText > | summary { } |
| Always shown summary of the block. | |
| std::vector< std::shared_ptr< InputRichBlock > > | blocks { } |
| Content of the block. | |
| std::optional< bool > | isOpen { } |
| Optional. Pass True if the content of the block is visible by default. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
An expandable block for details disclosure, corresponding to the HTML tag.
.
| using TgBot::InputRichBlockDetails::Ptr = std::shared_ptr<InputRichBlockDetails> |
| std::vector<std::shared_ptr<InputRichBlock> > TgBot::InputRichBlockDetails::blocks { } |
| std::optional<bool> TgBot::InputRichBlockDetails::isOpen { } |
| std::shared_ptr<RichText> TgBot::InputRichBlockDetails::summary { } |
|
static |
| std::string TgBot::InputRichBlockDetails::type { TYPE } |