Class WebAppData
java.lang.Object
io.github.natanimn.telebof.types.web.WebAppData
Describes data sent from a Web App to the bot.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Details
-
data
The data. Be aware that a bad client can send arbitrary data in this field. -
buttonText
Text of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.
-
-
Constructor Details
-
WebAppData
public WebAppData()
-
-
Method Details
-
getData
-
getButtonText
-