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() |
toString
public java.lang.String text
public static final int CONSTRUCTOR
public Text()
public Text(java.lang.String text)
text
- Text.public int getConstructor()
getConstructor
in class TdApi.Object