kotlin-telegram-bot v4.6.0 Release Notes

Release Date: 2020-04-12 // about 4 years ago
  • ๐Ÿ”„ Changelog

    โšก๏ธ The highlight for this update is the support for the new Telegram's bot API getMyCommands and setMyCommands methods.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support for downloading files and sending documents from ByteArray #46 (@rundoom)
    • Add switch_inline_query_current_chat property to InlineKeyboardButton and replyMarkup to sendPhoto method #48 (@elihun)
    • โž• Add 'getMyCommands' and 'setMyCommands' methods (new Telegram's bot API 4.7 methods) #51 (@vicmosin)

    โœจ Enhancements

    • โšก๏ธ Update okhttp's logging interceptor library version to match retrofit's okhttp version #50 (@red-avtovo)