MenuButtonWebApp¶
- class telegram.MenuButtonWebApp(text, web_app, *, api_kwargs=None)[source]¶
Bases:
telegram.MenuButtonRepresents a menu button, which launches a Web App.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
type,textandweb_appare equal.Returned In
New in version 20.0.
- Parameters:
text (
str) – Text of the button.web_app (
telegram.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 methodanswerWebAppQuery()ofBot.
- web_app[source]¶
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()ofBot.- Type: