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

A block with a mathematical expression in LaTeX format, corresponding to the custom HTML tag <tg-math-block>. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichBlockMathematicalExpression>

Public Attributes

std::string type { TYPE }
 Type of the block, always “mathematical_expression”
std::string expression { }
 The mathematical expression in LaTeX format.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A block with a mathematical expression in LaTeX format, corresponding to the custom HTML tag <tg-math-block>.

Definition at line 12028 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12029 of file Types.h.

Member Data Documentation

◆ expression

std::string TgBot::RichBlockMathematicalExpression::expression { }

The mathematical expression in LaTeX format.

Definition at line 12041 of file Types.h.

◆ TYPE

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

Definition at line 12031 of file Types.h.

◆ type

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

Type of the block, always “mathematical_expression”

Definition at line 12036 of file Types.h.


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