Package it.tdlight.jni
Class TdApi.Text
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Text
- Enclosing class:
- TdApi
public static class TdApi.Text extends TdApi.Object
Contains some text.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
text
Text. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
Text. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Text
public Text()Contains some text. -
Text
Contains some text.- Parameters:
text
- String Text.
-
Text
- 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()
-