class Tourmaline::MenuButtonWebApp
inherits Reference
#
Represents a menu button, which launches a Web App.
Included modules
JSON::Serializable
Constructors#
Methods#
#web_app : Tourmaline::WebAppInfo
#
: Tourmaline::WebAppInfo
Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery.
#web_app=(web_app : Tourmaline::WebAppInfo)
#
(web_app : Tourmaline::WebAppInfo)
Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery.