public static class TdApi.Text extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
text
Text.
|
| Constructor and Description |
|---|
Text()
Contains some text.
|
Text(java.lang.String text)
Contains some text.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String text
public static final int CONSTRUCTOR
public Text()
public Text(java.lang.String text)
text - Text.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object