TgKit library and website are still in early development!

MenuButtonWebApp Class

extends Base

Describes the bot's menu button in a private chat.

Properties

texttypewebApp

Methods

toJSON

Properties

text string

Text on the button

See the code

type MenuButtonType

Type of the button

See the code

webApp 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 *\<Client>.answerWebAppQuery*.

See the code

Methods

toJSON(): object

See the code