telegram-bot-api-7.0: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Types.InlineKeyboardMarkup

Synopsis

InlineKeyboardMarkup

data InlineKeyboardMarkup Source #

This object represents an inline keyboard that appears right next to the message it belongs to.

  • *Note**: This will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message.

Constructors

InlineKeyboardMarkup 

Fields

Instances

Instances details
FromJSON InlineKeyboardMarkup Source # 
Instance details

Defined in Telegram.Bot.API.Types.InlineKeyboardMarkup

ToJSON InlineKeyboardMarkup Source # 
Instance details

Defined in Telegram.Bot.API.Types.InlineKeyboardMarkup

Generic InlineKeyboardMarkup Source # 
Instance details

Defined in Telegram.Bot.API.Types.InlineKeyboardMarkup

Associated Types

type Rep InlineKeyboardMarkup :: Type -> Type #

Show InlineKeyboardMarkup Source # 
Instance details

Defined in Telegram.Bot.API.Types.InlineKeyboardMarkup

type Rep InlineKeyboardMarkup Source # 
Instance details

Defined in Telegram.Bot.API.Types.InlineKeyboardMarkup

type Rep InlineKeyboardMarkup = D1 ('MetaData "InlineKeyboardMarkup" "Telegram.Bot.API.Types.InlineKeyboardMarkup" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "InlineKeyboardMarkup" 'PrefixI 'True) (S1 ('MetaSel ('Just "inlineKeyboardMarkupInlineKeyboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [[InlineKeyboardButton]])))