public static class TdApi.GetMarkdownText extends TdApi.Function<TdApi.FormattedText>
Returns FormattedText
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object