TelegramBotAPI v3.3.0 Release Notes

  • ⬆️ THIS VERSION CONTAINS UPGRADE KOTLIN (AND ALL RELATED LIBRARIES) UP TO 1.7.20

    • Versions:
      • Kotlin: 1.7.10 -> 1.7.20
      • Kotlin Serialization: 1.4.0 -> 1.4.1
      • Korlibs: 3.1.0 -> 3.2.0
      • MicroUtils: 0.12.17 -> 0.13.1
    • Core:
      • Add opportunity to create command text source and add command in entities builder via BotCommamd (thanks to d1shin)
    • API:
      • New extensions TelegramBot#getStickerSetOrNull and TelegramBot#getStickerSetOrThrow
        • Old TelegramBot#getStickerSet has been deprecated
    • 🏗 Behaviour Builder:
      • Add opportunity to use triggers and waiters with BotCommand (thanks to d1shin)