All Versions
27
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v1.5.1 Changes

    • 👌 Improved structure of Response type.
    • 🛠 Fixed List<> serialized error.
  • v1.5.0 Changes

    • ✂ Delete old deprecated methods.
    • âž• Added shortcuts to process updates handleUpdates()(for annotation handling) and handleUpdates{}(for manual handling). \ Before that, only a more verbose and detailed mechanism was available via bot.update.setListener{} & bot.update.handle(which is still available for more detailed process control.).
    • Now the action search path has become nullable to be able to use the bot only in manual mode.
  • v1.4.2 Changes

    • âž• Add sender to ChatType.
    • 👌 Improved and optimized MediaAction mechanism.
    • âž• Add new ImplicitFile type so as not to create constructors with double input parameters.
    • 🛠 Fixed bug with sending optional parameters in media requests.
  • v1.4.1 Changes

    • 👉 Make coroutines dependency transitive.
    • 🛠 Fix parameter name in VideoNoteOptions.
  • v1.4.0 Changes

    • âž• Add new api method createInvoiceLink.
    • 🔄 Change name of interface IOptionsCommon, IFileOption to OptionsCommon, FileOptions.
    • 🔄 Change fileSize type from Int to Long due to api changes.
    • âž• Add joinToSendMessages, joinByRequest parameters to Chat.
    • âž• Add premiumAnimation parameter to Sticker.
    • âž• Add isPremium, addedToAttachmentMenu parameter to User.
    • âž• Add secretToken parameter to SetWebhookOptions.
  • v1.3.6 Changes

    • âž• Add update parsing method parseUpdate in TelegramUpdateHandler.
    • âž• Add async methods to BotChatData, BotUserData, BotWaitingInput.
  • v1.3.5 Changes

    • 🛠 Fix bug with content-type when sending media request.
  • v1.3.4 Changes

    • 🛠 Fix MediaAction wrong recipient bug.
  • v1.3.3 Changes

    • 🛠 Publishing process fixes.
  • v1.3.2 Changes

    • 🛠 Fix captionEntities ambiguity.