public static class TdApi.GetMarkdownText extends TdApi.Function
Returns FormattedText
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FormattedText |
text
The text.
|
Constructor and Description |
---|
GetMarkdownText()
Default constructor for a function, which replaces text entities with Markdown formatting in a human-friendly format.
|
GetMarkdownText(TdApi.FormattedText text)
Creates a function, which replaces text entities with Markdown formatting in a human-friendly format.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.FormattedText text
public static final int CONSTRUCTOR
public GetMarkdownText()
Returns FormattedText
public GetMarkdownText(TdApi.FormattedText text)
Returns FormattedText
text
- The text.public int getConstructor()
getConstructor
in class TdApi.Function