public static class TdApi.CloseWebApp extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
webAppLaunchId
Identifier of Web App launch, received from openWebApp.
|
| Constructor and Description |
|---|
CloseWebApp()
Default constructor for a function, which informs TDLib that a previously opened Web App was closed.
|
CloseWebApp(long webAppLaunchId)
Creates a function, which informs TDLib that a previously opened Web App was closed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long webAppLaunchId
public static final int CONSTRUCTOR
public CloseWebApp()
Returns Ok
public CloseWebApp(long webAppLaunchId)
Returns Ok
webAppLaunchId - Identifier of Web App launch, received from openWebApp.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object