klappvisor / haskell-telegram-api

Telegram Bot API for Haskell
BSD 3-Clause "New" or "Revised" License
201 stars 67 forks source link

Add KeyboardButton #37

Closed Arguggi closed 8 years ago

Arguggi commented 8 years ago

Should fix issue 15.

The type of ReplyKeyboardMarkup.keyboard now is [[KeyboardButton]] instead of [[Text]].