Extended by : BPT\types\types
This object describes the bot's menu button in a private chat. It should be one of
| Name | Type | Description | Kind |
|---|---|---|---|
| type | string | Type of the button, must be default | normal |
| text | string | Text on the button | normal |
| web_app | BPT\types\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. | normal |