Kotlin Telegram Bot v2.2.0 Release Notes

    • 🛠 Fixed error response additional parameter name and its parameters optionality bug.
    • 🚚 Move parameters from Feature interface to separate ParametersBase interface so as not to overload unnecessary entities.
    • ✂ Remove isInline parameter from send methods and moved it \ to separate interface InlineMode to leave it only at the necessary methods and not to overload the methods that do not have inline mode.
    • ⚡️ Make ManualHandlingBehaviour parameter lazy, is made to optimize cases where only annotation processing is used.
    • 🚚 Moved options saving mechanism from helper functions to mapper, for more consistency.
    • 👌 Improved and optimized MediaAction mechanism, make it less verbose.
    • 🚚 Moved samples to separate repository.