Inherits TextParseMode.
The text uses Markdown-style formatting.
Public Fields | |
int32 | version_ |
Version of the parser: 0 or 1 - Telegram Bot API "Markdown" parse mode, 2 - Telegram Bot API "MarkdownV2" parse mode. | |
Public Instance Methods | |
textParseModeMarkdown () | |
textParseModeMarkdown (int32 version_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 360073407 |
Identifier uniquely determining a type of the object. | |
The text uses Markdown-style formatting.
|
explicit |
The text uses Markdown-style formatting.
[in] | version_ | Version of the parser: 0 or 1 - Telegram Bot API "Markdown" parse mode, 2 - Telegram Bot API "MarkdownV2" parse mode. |
|
finalvirtual |