|
tgbot-cpp
|
A text paragraph, corresponding to the HTML tag. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockParagraph> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “paragraph” | |
| std::shared_ptr< RichText > | text { } |
| Text of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::InputRichBlockParagraph::Ptr = std::shared_ptr<InputRichBlockParagraph> |
| std::shared_ptr<RichText> TgBot::InputRichBlockParagraph::text { } |
|
static |
| std::string TgBot::InputRichBlockParagraph::type { TYPE } |