java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TextParseMode
it.tdlight.jni.TdApi.TextParseModeMarkdown
- Enclosing class:
- TdApi
The text uses Markdown-style formatting.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Version of the parser: 0 or 1 - Telegram Bot API "Markdown" parse mode, 2 - Telegram Bot API "MarkdownV2" parse mode. -
Constructor Summary
ConstructorDescriptionThe text uses Markdown-style formatting.TextParseModeMarkdown
(int version) The text uses Markdown-style formatting.TextParseModeMarkdown
(DataInput input) The text uses Markdown-style formatting. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
version
public int versionVersion of the parser: 0 or 1 - Telegram Bot API "Markdown" parse mode, 2 - Telegram Bot API "MarkdownV2" parse mode. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TextParseModeMarkdown
public TextParseModeMarkdown()The text uses Markdown-style formatting. -
TextParseModeMarkdown
public TextParseModeMarkdown(int version) The text uses Markdown-style formatting.- Parameters:
version
- int Version of the parser: 0 or 1 - Telegram Bot API "Markdown" parse mode, 2 - Telegram Bot API "MarkdownV2" parse mode.
-
TextParseModeMarkdown
The text uses Markdown-style formatting.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-