|
tgbot-cpp
|
A section heading, corresponding to the HTML tags. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockSectionHeading> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “heading” | |
| std::shared_ptr< RichText > | text { } |
| Text of the block. | |
| std::int32_t | size { } |
| Relative size of the text font; 1-6, 1 is the largest, 6 is the smallest. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
A section heading, corresponding to the HTML tags.
| using TgBot::InputRichBlockSectionHeading::Ptr = std::shared_ptr<InputRichBlockSectionHeading> |
| std::int32_t TgBot::InputRichBlockSectionHeading::size { } |
| std::shared_ptr<RichText> TgBot::InputRichBlockSectionHeading::text { } |
|
static |
| std::string TgBot::InputRichBlockSectionHeading::type { TYPE } |