public static class TdApi.MessageWebAppDataReceived extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
buttonText
Text of the keyboardButtonTypeWebApp button, which opened the Web App.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
data
The data.
|
| Constructor and Description |
|---|
MessageWebAppDataReceived()
Data from a Web App has been received; for bots only.
|
MessageWebAppDataReceived(java.lang.String buttonText,
java.lang.String data)
Data from a Web App has been received; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String buttonText
public java.lang.String data
public static final int CONSTRUCTOR
public MessageWebAppDataReceived()
public MessageWebAppDataReceived(java.lang.String buttonText,
java.lang.String data)
buttonText - Text of the keyboardButtonTypeWebApp button, which opened the Web App.data - The data.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object