Package org.drinkless.tdlib
Class TdApi.RichTextAnchorLink
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.RichText
org.drinkless.tdlib.TdApi.RichTextAnchorLink
- Enclosing class:
- TdApi
A link to an anchor on the same page.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe anchor name.static final intIdentifier uniquely determining type of the object.The link text.An HTTP URL, opening the anchor. -
Constructor Summary
ConstructorsConstructorDescriptionA link to an anchor on the same page.RichTextAnchorLink(TdApi.RichText text, String anchorName, String url) A link to an anchor on the same page. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
text
The link text. -
anchorName
The anchor name. If the name is empty, the link must bring back to top. -
url
An HTTP URL, opening the anchor. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RichTextAnchorLink
public RichTextAnchorLink()A link to an anchor on the same page. -
RichTextAnchorLink
A link to an anchor on the same page.- Parameters:
text- The link text.anchorName- The anchor name. If the name is empty, the link must bring back to top.url- An HTTP URL, opening the anchor.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-