|
tgbot-cpp
|
A mathematical expression. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichTextMathematicalExpression> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the rich text, always “mathematical_expression” | |
| std::string | expression { } |
| The expression in LaTeX format. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichTextMathematicalExpression::Ptr = std::shared_ptr<RichTextMathematicalExpression> |
| std::string TgBot::RichTextMathematicalExpression::expression { } |
|
static |
| std::string TgBot::RichTextMathematicalExpression::type { TYPE } |