|
tgbot-cpp
|
Cell in a table. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichBlockTableCell> |
Public Attributes | |
| std::shared_ptr< RichText > | text { } |
| Optional. Text in the cell. If omitted, then the cell is invisible. | |
| std::optional< bool > | isHeader { } |
| Optional. True, if the cell is a header cell. | |
| std::optional< std::int32_t > | colspan { } |
| Optional. The number of columns the cell spans if it is bigger than 1. | |
| std::optional< std::int32_t > | rowspan { } |
| Optional. The number of rows the cell spans if it is bigger than 1. | |
| std::string | align { } |
| Horizontal cell content alignment. Currently, must be one of “left”, “center”, or “right”. | |
| std::string | valign { } |
| Vertical cell content alignment. Currently, must be one of “top”, “middle”, or “bottom”. | |
| using TgBot::RichBlockTableCell::Ptr = std::shared_ptr<RichBlockTableCell> |
| std::string TgBot::RichBlockTableCell::align { } |
| std::optional<std::int32_t> TgBot::RichBlockTableCell::colspan { } |
| std::optional<bool> TgBot::RichBlockTableCell::isHeader { } |
| std::optional<std::int32_t> TgBot::RichBlockTableCell::rowspan { } |
| std::shared_ptr<RichText> TgBot::RichBlockTableCell::text { } |
| std::string TgBot::RichBlockTableCell::valign { } |