tgbot-cpp
Loading...
Searching...
No Matches
TgBot::RichTextMathematicalExpression Struct Reference

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

Detailed Description

A mathematical expression.

Definition at line 12784 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12785 of file Types.h.

Member Data Documentation

◆ expression

std::string TgBot::RichTextMathematicalExpression::expression { }

The expression in LaTeX format.

Definition at line 12797 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::RichTextMathematicalExpression::TYPE
static

Definition at line 12787 of file Types.h.

◆ type

std::string TgBot::RichTextMathematicalExpression::type { TYPE }

Type of the rich text, always “mathematical_expression”

Definition at line 12792 of file Types.h.


The documentation for this struct was generated from the following file: