telegram-bot-simple-0.11: Easy to use library for building Telegram bots.
Safe HaskellNone
LanguageHaskell2010

Telegram.Bot.Simple.InlineKeyboard

Documentation

urlButton :: Text -> Text -> InlineKeyboardButton Source #

callbackButton :: Text -> Text -> InlineKeyboardButton Source #

actionButton :: Show action => Text -> action -> InlineKeyboardButton Source #