All Versions
27
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.1 Changes
- 👌 Improved structure of
Response
type. - 🛠Fixed
List<>
serialized error.
- 👌 Improved structure of
-
v1.5.0 Changes
- ✂ Delete old deprecated methods.
- âž• Added shortcuts to process updates
handleUpdates()
(for annotation handling) andhandleUpdates{}
(for manual handling). \ Before that, only a more verbose and detailed mechanism was available viabot.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
toChatType
. - 👌 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.
- âž• Add
-
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
toOptionsCommon
,FileOptions
. - 🔄 Change
fileSize
type fromInt
toLong
due to api changes. - âž• Add
joinToSendMessages
,joinByRequest
parameters toChat
. - âž• Add
premiumAnimation
parameter toSticker
. - âž• Add
isPremium
,addedToAttachmentMenu
parameter toUser
. - âž• Add
secretToken
parameter toSetWebhookOptions
.
- âž• Add new api method
-
v1.3.6 Changes
- âž• Add update parsing method
parseUpdate
inTelegramUpdateHandler
. - âž• Add async methods to
BotChatData
,BotUserData
,BotWaitingInput
.
- âž• Add update parsing method
-
v1.3.5 Changes
- 🛠Fix bug with content-type when sending media request.
-
v1.3.4 Changes
- 🛠Fix
MediaAction
wrong recipient bug.
- 🛠Fix
-
v1.3.3 Changes
- 🛠Publishing process fixes.
-
v1.3.2 Changes
- 🛠Fix
captionEntities
ambiguity.
- 🛠Fix