java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.RichText
it.tdlight.jni.TdApi.RichTextReference
- Enclosing class:
- TdApi
A reference to a richTexts object on
the same web page.
-
Field Summary
Modifier and TypeFieldDescriptionThe name of a richTextAnchor object, which is the first element of the target richTexts object.static final int
The text.An HTTP URL, opening the reference. -
Constructor Summary
ConstructorDescriptionA reference to a richTexts object on the same web page.RichTextReference
(TdApi.RichText text, String anchorName, String url) A reference to a richTexts object on the same web page.RichTextReference
(DataInput input) A reference to a richTexts object on the same web page. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
The text. -
anchorName
The name of a richTextAnchor object, which is the first element of the target richTexts object. -
url
An HTTP URL, opening the reference. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RichTextReference
public RichTextReference()A reference to a richTexts object on the same web page. -
RichTextReference
A reference to a richTexts object on the same web page.- Parameters:
text
- RichText The text.anchorName
- String The name of a richTextAnchor object, which is the first element of the target richTexts object.url
- String An HTTP URL, opening the reference.
-
RichTextReference
A reference to a richTexts object on the same web page.- 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()
-