public static class TdApi.MessageWebAppDataSent 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.
|
| Constructor and Description |
|---|
MessageWebAppDataSent()
Data from a Web App has been sent to a bot.
|
MessageWebAppDataSent(java.lang.String buttonText)
Data from a Web App has been sent to a bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String buttonText
public static final int CONSTRUCTOR
public MessageWebAppDataSent()
public MessageWebAppDataSent(java.lang.String buttonText)
buttonText - Text of the keyboardButtonTypeWebApp button, which opened the Web App.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object