- Enclosing class:
- TdApi
Informs TDLib that a previously opened
Web App was closed.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of Web App launch, received from openWebApp. -
Constructor Summary
ConstructorDescriptionInforms TDLib that a previously opened Web App was closed.CloseWebApp
(long webAppLaunchId) Informs TDLib that a previously opened Web App was closed.CloseWebApp
(DataInput input) Informs TDLib that a previously opened Web App was closed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
webAppLaunchId
public long webAppLaunchIdIdentifier of Web App launch, received from openWebApp. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CloseWebApp
public CloseWebApp()Informs TDLib that a previously opened Web App was closed. ReturnsOk
-
CloseWebApp
public CloseWebApp(long webAppLaunchId) Informs TDLib that a previously opened Web App was closed. ReturnsOk
- Parameters:
webAppLaunchId
- long Identifier of Web App launch, received from openWebApp.
-
CloseWebApp
Informs TDLib that a previously opened Web App was closed. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-