Kotlin Telegram Bot v2.0.0 Release Notes

    • ๐Ÿ”„ Change annotations name from TelegramCommand, TelegramInput, TelegramUnhandled, TelegramParameter \ to CommandHandler, InputHandler, UnprocessedHandler, CallbackParam.
    • ๐Ÿ”„ Change bot.input to bot.inputListener.
    • ๐Ÿ”„ Change BotWaitingInput to BotInputListener.
    • ๐Ÿšš Move serde logic from ktor setting to manual.
    • ๐Ÿ‘Œ Improved and reworked ManualHandlingDsl, added the ability to input chaining.
    • The concept of contexts has been added to the manual processing.