java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageWebAppDataReceived
- Enclosing class:
- TdApi
Data from a Web App has been received;
for bots only.
-
Field Summary
Modifier and TypeFieldDescriptionText of the keyboardButtonTypeWebApp button, which opened the Web App.static final int
Received data. -
Constructor Summary
ConstructorDescriptionData from a Web App has been received; for bots only.Data from a Web App has been received; for bots only.MessageWebAppDataReceived
(String buttonText, String data) Data from a Web App has been received; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
buttonText
Text of the keyboardButtonTypeWebApp button, which opened the Web App. -
data
Received data. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageWebAppDataReceived
public MessageWebAppDataReceived()Data from a Web App has been received; for bots only. -
MessageWebAppDataReceived
Data from a Web App has been received; for bots only.- Parameters:
buttonText
- String Text of the keyboardButtonTypeWebApp button, which opened the Web App.data
- String Received data.
-
MessageWebAppDataReceived
Data from a Web App has been received; for bots only.- 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()
-