kotlin-telegram-bot v4.4.0 Release Notes

Release Date: 2019-09-15 // over 4 years ago
  • ๐Ÿ”„ Changelog

    โšก๏ธ Highlights of this update are filters and support 4.4 API version.

    ๐Ÿ”€ From now on version names will sync with telegram bot api versions.

    Enchancements

    • Bring bot on-par with Telegram Bot Api 4.4
    • Filters #36 (@vjgarciag96)
    • ๐Ÿ‘ Allow sending voices in byte array #32 (@sssemil)
    • โž• Added null defaults to help keep method calls cleaner 11f1218
    • โšก๏ธ Update ktlint configuration

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix travis test builds by switching to openjdk