Package it.tdlight.jni
Class TdApi.FormattedText
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.FormattedText
- Enclosing class:
- TdApi
public static class TdApi.FormattedText extends TdApi.Object
A text with some entities.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.TextEntity[]
entities
Entities contained in the text.String
text
The text. -
Constructor Summary
Constructors Constructor Description FormattedText()
A text with some entities.FormattedText(DataInput input)
FormattedText(String text, TdApi.TextEntity[] entities)
A text with some entities. -
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
The text. -
entities
Entities contained in the text. Entities can be nested, but must not mutually intersect with each other. Pre, Code and PreCode entities can't contain other entities. Bold, Italic, Underline and Strikethrough entities can contain and to be contained in all other entities. All other entities can't contain each other. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
FormattedText
public FormattedText()A text with some entities. -
FormattedText
A text with some entities.- Parameters:
text
- String The text.entities
- TextEntity[] Entities contained in the text. Entities can be nested, but must not mutually intersect with each other. Pre, Code and PreCode entities can't contain other entities. Bold, Italic, Underline and Strikethrough entities can contain and to be contained in all other entities. All other entities can't contain each other.
-
FormattedText
- 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()
-