public static class TdApi.UpdateWebAppMessageSent extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
webAppLaunchId
Identifier of Web App launch.
|
| Constructor and Description |
|---|
UpdateWebAppMessageSent()
A message was sent by an opened Web App, so the Web App needs to be closed.
|
UpdateWebAppMessageSent(long webAppLaunchId)
A message was sent by an opened Web App, so the Web App needs to be 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 UpdateWebAppMessageSent()
public UpdateWebAppMessageSent(long webAppLaunchId)
webAppLaunchId - Identifier of Web App launch.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object