Package org.drinkless.tdlib
Class TdApi.GetLinkWebBrowserType
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.WebBrowserType>
org.drinkless.tdlib.TdApi.GetLinkWebBrowserType
- Enclosing class:
- TdApi
Returns a type of the web browser which must be used to open the link.
Returns WebBrowserType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The HTTP link. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns a type of the web browser which must be used to open the link.GetLinkWebBrowserType(String link) Creates a function, which returns a type of the web browser which must be used to open the link. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
link
The HTTP link. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetLinkWebBrowserType
public GetLinkWebBrowserType()Default constructor for a function, which returns a type of the web browser which must be used to open the link.Returns
WebBrowserType -
GetLinkWebBrowserType
Creates a function, which returns a type of the web browser which must be used to open the link.Returns
WebBrowserType- Parameters:
link- The HTTP link.
-
-
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
-