TelegramBotAPI v0.37.0 Release Notes

  • 🚚 ALL DEPRECATIONS WERE REMOVED

    • Common:
      • Version:
        • Klock: 2.4.6 -> 2.4.7
        • Ktor: 1.6.4 -> 1.6.5
        • MicroUtils: 0.7.3 -> 0.8.1
    • Core:
      • Replacement of simple CreateChatInviteLink and EditChatInviteLink with several new:
        • CreateChatInviteLinkSimple
        • CreateChatInviteLinkWithLimitedMembers
        • CreateChatInviteLinkWithJoinRequest
        • EditChatInviteLinkSimple
        • EditChatInviteLinkWithLimitedMembers
        • EditChatInviteLinkWithJoinRequest
      • New BotAction: ChooseStickerAction
      • Now requester will throw exceptions related to responses decoding directly instead of wrapping in RequestException
    • BehaviourBuilder FSM:
      • Incompatible changes (now generics are used in state machines)
      • strictlyOn and onStateOrSubstate now are part of BehaviourContextWithFSMBuilder