Package it.tdlight.jni
Class TdApi.RichTexts
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.RichText
it.tdlight.jni.TdApi.RichTexts
- Enclosing class:
- TdApi
public static class TdApi.RichTexts extends TdApi.RichText
A concatenation of rich texts.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.RichText[]
texts
Texts. -
Constructor Summary
Constructors Constructor Description RichTexts()
A concatenation of rich texts.RichTexts(TdApi.RichText[] texts)
A concatenation of rich texts.RichTexts(DataInput input)
-
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
-
texts
Texts. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
RichTexts
public RichTexts()A concatenation of rich texts. -
RichTexts
A concatenation of rich texts.- Parameters:
texts
- RichText[] Texts.
-
RichTexts
- 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()
-