KeyboardButtonTypeExt extension
Properties
- keyboardButtonTypeRequestChat → KeyboardButtonTypeRequestChat?
-
A button that requests a chat to be shared by the current user; available only in private chats. Use the method shareChatWithBot to complete the request
read-only
- keyboardButtonTypeRequestLocation → KeyboardButtonTypeRequestLocation?
-
A button that sends the user's location when pressed; available only in private chats
read-only
- keyboardButtonTypeRequestPhoneNumber → KeyboardButtonTypeRequestPhoneNumber?
-
A button that sends the user's phone number when pressed; available only in private chats
read-only
- keyboardButtonTypeRequestPoll → KeyboardButtonTypeRequestPoll?
-
A button that allows the user to create and send a poll when pressed; available only in private chats
read-only
- keyboardButtonTypeRequestUser → KeyboardButtonTypeRequestUser?
-
A button that requests a user to be shared by the current user; available only in private chats. Use the method shareUserWithBot to complete the request
read-only
- keyboardButtonTypeText → KeyboardButtonTypeText?
-
A simple button, with text that must be sent when the button is pressed
read-only
- keyboardButtonTypeWebApp → KeyboardButtonTypeWebApp?
-
A button that opens a Web App by calling getWebAppUrl
read-only