KeyboardButtonData Interface
Properties
requestChat KeyboardButtonRequestChat
If specified, pressing the button will open a list of suitable chats
See the coderequestContact boolean
If *true*, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only.
See the coderequestLocation boolean
If *true*, the user's current location will be sent when the button is pressed. Available in private chats only
See the coderequestPoll KeyboardButtonPollType
If specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only
See the coderequestUser KeyboardButtonRequestUser
If specified, pressing the button will open a list of suitable users
See the codetext string
Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed
See the codewebApp WebAppInfo
If specified, the described Web App will be launched when the button is pressed. Available in private chats only.
See the code