Package org.drinkless.tdlib
Class TdApi.RemoveWebBrowserSettingsException
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.RemoveWebBrowserSettingsException
- Enclosing class:
- TdApi
Removes a special handling for the opening of the specified URL.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.URL of the website. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes a special handling for the opening of the specified URL.Creates a function, which removes a special handling for the opening of the specified URL. -
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
-
url
URL of the website. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveWebBrowserSettingsException
public RemoveWebBrowserSettingsException()Default constructor for a function, which removes a special handling for the opening of the specified URL.Returns
Ok -
RemoveWebBrowserSettingsException
Creates a function, which removes a special handling for the opening of the specified URL.Returns
Ok- Parameters:
url- URL of the website.
-
-
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
-