|
tgbot-cpp
|
A table, corresponding to the HTML tag. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichBlockTable> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “table” | |
| std::vector< std::vector< std::shared_ptr< RichBlockTableCell > > > | cells { } |
| Cells of the table. | |
| std::optional< bool > | isBordered { } |
| Optional. True, if the table has borders. | |
| std::optional< bool > | isStriped { } |
| Optional. True, if the table is striped. | |
| std::shared_ptr< RichText > | caption { } |
| Optional. Caption of the table. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichBlockTable::Ptr = std::shared_ptr<RichBlockTable> |
| std::shared_ptr<RichText> TgBot::RichBlockTable::caption { } |
| std::vector<std::vector<std::shared_ptr<RichBlockTableCell> > > TgBot::RichBlockTable::cells { } |
| std::optional<bool> TgBot::RichBlockTable::isBordered { } |
| std::optional<bool> TgBot::RichBlockTable::isStriped { } |
|
static |
| std::string TgBot::RichBlockTable::type { TYPE } |