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
FieldsModifier and TypeFieldDescriptionThe name of a richTextAnchor object, which is the first element of the target richTexts object.static final intThe text.An HTTP URL, opening the reference. -
Constructor Summary
ConstructorsConstructorDescriptionA 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-