Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data InlineKeyboardButton = InlineKeyboardButton {
- inlineKeyboardButtonText :: Text
- inlineKeyboardButtonUrl :: Maybe Text
- inlineKeyboardButtonCallbackData :: Maybe Text
- inlineKeyboardButtonWebApp :: Maybe WebAppInfo
- inlineKeyboardButtonSwitchInlineQuery :: Maybe Text
- inlineKeyboardButtonSwitchInlineQueryCurrentChat :: Maybe Text
- inlineKeyboardButtonCallbackGame :: Maybe CallbackGame
- inlineKeyboardButtonPay :: Maybe Bool
- labeledInlineKeyboardButton :: Text -> InlineKeyboardButton
InlineKeyboardButton
data InlineKeyboardButton Source #
This object represents one button of an inline keyboard. You must use exactly one of the optional fields.
InlineKeyboardButton | |
|