|
tgbot-cpp
|
A preformatted text block, corresponding to the nested HTML tags. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockPreformatted> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “pre” | |
| std::shared_ptr< RichText > | text { } |
| Text of the block. | |
| std::optional< std::string > | language { } |
| Optional. The programming language of the text. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
A preformatted text block, corresponding to the nested HTML tags.
and .
| using TgBot::InputRichBlockPreformatted::Ptr = std::shared_ptr<InputRichBlockPreformatted> |
| std::optional<std::string> TgBot::InputRichBlockPreformatted::language { } |
| std::shared_ptr<RichText> TgBot::InputRichBlockPreformatted::text { } |
|
static |
| std::string TgBot::InputRichBlockPreformatted::type { TYPE } |