Package org.drinkless.tdlib
Class TdApi.InputStoryAreaTypeLink
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputStoryAreaType
org.drinkless.tdlib.TdApi.InputStoryAreaTypeLink
- Enclosing class:
- TdApi
An area pointing to a HTTP or tg:// link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.HTTP or tg:// URL to be opened when the area is clicked. -
Constructor Summary
ConstructorsConstructorDescriptionAn area pointing to a HTTP or tg:// link.An area pointing to a HTTP or tg:// link. -
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
-
url
HTTP or tg:// URL to be opened when the area is clicked. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputStoryAreaTypeLink
public InputStoryAreaTypeLink()An area pointing to a HTTP or tg:// link. -
InputStoryAreaTypeLink
An area pointing to a HTTP or tg:// link.- Parameters:
url- HTTP or tg:// URL to be opened when the area is clicked.
-
-
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
-