class Tourmaline::WebAppData
inherits Reference
#
Describes data sent from a Web App to the bot.
Included modules
JSON::Serializable
Constructors#
Methods#
#button_text : String
#
: String
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.
#button_text=(button_text : String)
#
(button_text : String)
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.
#data : String
#
: String
The data. Be aware that a bad client can send arbitrary data in this field.
#data=(data : String)
#
(data : String)
The data. Be aware that a bad client can send arbitrary data in this field.