Package org.drinkless.tdlib
Class TdApi.TextEntityTypeTextUrl
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TextEntityType
org.drinkless.tdlib.TdApi.TextEntityTypeTextUrl
- Enclosing class:
- TdApi
A text description shown instead of a raw URL.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.HTTP or tg:// URL to be opened when the link is clicked. -
Constructor Summary
ConstructorsConstructorDescriptionA text description shown instead of a raw URL.A text description shown instead of a raw URL. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
url
HTTP or tg:// URL to be opened when the link is clicked. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TextEntityTypeTextUrl
public TextEntityTypeTextUrl()A text description shown instead of a raw URL. -
TextEntityTypeTextUrl
A text description shown instead of a raw URL.- Parameters:
url
- HTTP or tg:// URL to be opened when the link is clicked.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-