KeyboardButton

fun KeyboardButton(text: String, requestContact: Boolean = false, requestLocation: Boolean = false, requestPoll: KeyboardButtonPollType? = null)

Parameters

text

Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed

requestContact

Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only

requestLocation

Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only

requestPoll

Optional. 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