Skip to content

Releases: alllex/telegram-bot-kit

v0.5.0

10 May 13:46
61f34bf
Compare
Choose a tag to compare

Telegram Bot API: 7.3

Contains breaking changes due to both Bot API major update and the library API improvements as well.

  • Sealed interfaces instead of classes for cleaner data type hierarchies
  • More semantic wrappers for data fields, such as UnixTimestamp complete with documentation

v0.4.0

03 Oct 14:58
eabe6fe
Compare
Choose a tag to compare

This is a first release of Telegram BotKit! 🎉

Telegram Bot API: 6.9
Kotlin: 1.9.0+
JVM: 8+

Features

  • Compliant with the latest Telegram Bot API v6.9
  • Type-safe and Kotlin-fluent
  • Lightweight, making calls with Ktor client
  • Boosted by Context Receivers