|
tgbot-cpp
|
A table, corresponding to the HTML tag. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockTable> |
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. Pass True if the table has borders. | |
| std::optional< bool > | isStriped { } |
| Optional. Pass 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::InputRichBlockTable::Ptr = std::shared_ptr<InputRichBlockTable> |
| std::shared_ptr<RichText> TgBot::InputRichBlockTable::caption { } |
| std::vector<std::vector<std::shared_ptr<RichBlockTableCell> > > TgBot::InputRichBlockTable::cells { } |
| std::optional<bool> TgBot::InputRichBlockTable::isBordered { } |
| std::optional<bool> TgBot::InputRichBlockTable::isStriped { } |
|
static |
| std::string TgBot::InputRichBlockTable::type { TYPE } |