Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data KeyboardButton = KeyboardButton {
- keyboardButtonText :: Text
- keyboardButtonRequestUser :: Maybe KeyboardButtonRequestUser
- keyboardButtonRequestChat :: Maybe KeyboardButtonRequestChat
- keyboardButtonRequestContact :: Maybe Bool
- keyboardButtonRequestLocation :: Maybe Bool
- keyboardButtonRequestPoll :: Maybe PollType
- keyboardButtonWebApp :: Maybe WebAppInfo
KeyboardButton
data KeyboardButton Source #
This object represents one button of the reply keyboard. For simple text buttons String can be used instead of this object to specify text of the button. Optional fields are mutually exclusive.
KeyboardButton | |
|