All Versions
23
Latest Version
Avg Release Cycle
43 days
Latest Release
-

Changelog History
Page 1

  • v0.7.1.0 Changes

    • โž• Added support up to Bot API v3.5: sticker sets, chats administration, live location, etc
    • โž• Added runTelegramClient with different than in runClient order of arguments. Now possible to write runTelegramClient token manager $ do
    • Stop adding request specific responses
    • Stop adding IO calls, use functions with M suffix, for example runClient getWebhookInfoM
  • v0.7.0.0 Changes

    • โฌ†๏ธ Upgraded to servant-0.11
  • v0.6.3.0 Changes

    August 03, 2017
    • New fields gif_duration in InlineQueryResultGif and mpeg4_duration in InlineQueryResultMpeg4Gif.
    • ๐Ÿ†• Replaced the field new_chat_member in Message with new_chat_members (the old field will still be available for a while for compatibility purposes).
    • The User object now may have a language_code field that contains the IETF language tag of the user's language.
    • Added the sendVideoNote method, the new field video_note to Message, the fields RecordVideoNote* or *UploadVideoNote* tosendChatAction`.
    • โž• Added a new type of button, the pay button to InlineKeyboardButton.
    • โšก๏ธ Updated dependencies
  • v0.6.2.0 Changes

    August 03, 2017
    • Added new kinds of updates, shipping_query and pre_checkout_query, and new types of message content, invoice and successful_payment.
    • โž• Added new methods for payments: sendInvoiceM, answerShippingQueryM, and answerPreCheckoutQueryM.
  • v0.6.1.1 Changes

    May 18, 2017

    ๐Ÿ›  Bugfixes:

    • Migration to Int64 to represent chat id and fix integer overflow issue
  • v0.6.1.0 Changes

    March 16, 2017
    • โž• Added ChatId data type since it can be integer or string starting from @, f.e. @channelusername
    • โšก๏ธ Changes in getUpdates and getUpdateM function
  • v0.6.0.2

    February 17, 2017
  • v0.6.0.1 Changes

    February 17, 2017
    • โฌ†๏ธ Bump aeson upper bound to include 1.1.*
  • v0.6.0.0 Changes

    February 17, 2017
    • โž• Added TelegramClient, see example of usage in README.md
    • โšก๏ธ Changes from December update of Telegram Bot API
    • TelegramBotAPI splitted in separate sub-types
  • v0.5.2.0 Changes

    ๐Ÿ”‹ Features:

    • โž• Added webhook methods such as getWebhookInfo, deleteWebhook, etc.
    • โšก๏ธ Changes to update api
    • โž• Added sendGame