Package org.drinkless.tdlib
Class TdApi.RichTextReferenceLink
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.RichText
org.drinkless.tdlib.TdApi.RichTextReferenceLink
- Enclosing class:
- TdApi
A link to a reference on the same page.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The reference name.The link text.An HTTP URL that opens the reference. -
Constructor Summary
ConstructorsConstructorDescriptionA link to a reference on the same page.RichTextReferenceLink(TdApi.RichText text, String referenceName, String url) A link to a reference 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. -
referenceName
The reference name. -
url
An HTTP URL that opens the reference. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RichTextReferenceLink
public RichTextReferenceLink()A link to a reference on the same page. -
RichTextReferenceLink
A link to a reference on the same page.- Parameters:
text- The link text.referenceName- The reference name.url- An HTTP URL that opens the reference.
-
-
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
-