What do you think?
Final Results
54%
Yes, why no? Especially if it is lightweight
15%
No
31%
i am baba ^^
Hello everybody. I wished to notify you that 9.4.1 do not compatible with MicroUtils 0.20.23 due to migration of name
IetfLanguageCode
and all subsequent functions onto IetfLang
. Currently, I am preparing migration version with compatibility changesGitHub
Release 0.20.23 · InsanusMokrassar/MicroUtils
Versions:
Koin: 3.5.0 -> 3.5.3
Okio: 3.6.0 -> 3.7.0
LanguageCodes:
Fixes in intermediate language codes (like Chinese.Hans)
Rename IetfLanguageCode to IetfLang
Rename all subsequent func...
Koin: 3.5.0 -> 3.5.3
Okio: 3.6.0 -> 3.7.0
LanguageCodes:
Fixes in intermediate language codes (like Chinese.Hans)
Rename IetfLanguageCode to IetfLang
Rename all subsequent func...
Hello everybody :)
As you may know, telegram bots api 7.0 has been released. Due to a lot of changes in API, I have started 10.0.0 version of the library and I will be glad to your suggestions about some new features in this update as always :)
As you may know, telegram bots api 7.0 has been released. Due to a lot of changes in API, I have started 10.0.0 version of the library and I will be glad to your suggestions about some new features in this update as always :)
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍1
Hi again :) Unfortunatelly, new year is coming, and several days I will be unable to update library up to new API :( it is about work
I wish you all had nice year or, at least, not bad. Nobody knows, what will this year bring, but is should be interesting. I hope you all will create new goals due to achievement of the exists one in this or new year :)
Happy new year🎉🎉🎉
I wish you all had nice year or, at least, not bad. Nobody knows, what will this year bring, but is should be interesting. I hope you all will create new goals due to achievement of the exists one in this or new year :)
Happy new year🎉🎉🎉
🎉6
So slow :( as I expected, this update is very huge. In case you wish to use development version with currently covered API, you may look into my nexus with development builds (labeled with build number). I plan to continue to cover new API as fast as I can, but can't guarantee when it will be release 😔
🔥2❤1
Hello everybody :) about the progress in two words: all API has been covered and I have updated examples to be successfuly built with new version of library. In case you wish, you may try to test new API in examples and any issues and errors to me here
❤3🔥1
Hello everybody :) I glad to announce that ktgbotapi 10.0.0 has been released ❤️ (as well as update in examples project 😏)
First of all, THIS UPDATE CONTAINS A LOT OF BREAKING CHANGES:
• Using of(but you may require to add imports of `millisecondsLong`) , but you will need to update your dependencies in case they are used directly
•
• In most places
• In most places arguments
• In reply extensions two parameters have been added:
Of course, this update also contains API changes related to Telegram Bots API 7.0
With all problems you always may me write me in PM or in our group and forum
Have a nice update and new year :)
First of all, THIS UPDATE CONTAINS A LOT OF BREAKING CHANGES:
• Using of
com.soywiz.korge:korlibs-time
and com.soywiz.korge:korlibs-crypto
instead old one packages. It will not lead to code problems •
Message
has been renamed to AccessibleMessage
. You still may use Message
interface, but it is common interface for both AccessibleMessage
and InaccessibleMessage
.• In most places
disableWebPagePreview
has been replaced by new LinkPreviewOptions
• In most places arguments
replyToMessageId
and allowSendingWithoutReply
has been replaced with ReplyParameters
• In reply extensions two parameters have been added:
replyInChatId
and replyInThreadId
Of course, this update also contains API changes related to Telegram Bots API 7.0
With all problems you always may me write me in PM or in our group and forum
Have a nice update and new year :)
GitHub
Release 10.0.0 · InsanusMokrassar/ktgbotapi
Add support of Telegram Bots API 7.0
IN THIS UPDATE KLOCK DEPENDENCY CHANGED TO com.soywiz.korge:korlibs-time UP TO 5.3.0 VERSION
IN THIS UPDATE KRYPTO DEPENDENCY CHANGED TO com.soywiz.korge:korlib...
IN THIS UPDATE KLOCK DEPENDENCY CHANGED TO com.soywiz.korge:korlibs-time UP TO 5.3.0 VERSION
IN THIS UPDATE KRYPTO DEPENDENCY CHANGED TO com.soywiz.korge:korlib...
❤4🥰1🎉1
As always, hi :) Telegram Bots API has been updated up to version 7.1 and I am working to bring the support of this update in lib. Currently it looks like I need to test it and make some fixes (possibly). You may suggest some of your thoughts about improvement of library and they can be included in coming 10.1.0 update :)
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
🔥1🌚1
Hi :) version 10.1.0 has been released with Telegram Bots API 7.1 support and several dependencies updates
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍1
Long time no see, hi :) From one of users I got suggestion to rewrite all typealiases (like MessageId) as value classes. It is breaking with two sides of consequences:
+ We will be able to work with the same data under the hood by more strong-typed way. It seems that it will be harder to missuse types (like pass file id instead of query id)
- Update with this content may totally break your code, because you will need to use constructors instead of raw data
+ We will be able to work with the same data under the hood by more strong-typed way. It seems that it will be harder to missuse types (like pass file id instead of query id)
- Update with this content may totally break your code, because you will need to use constructors instead of raw data
Are you ready to these changes?
Final Results
6%
Yes, but step-by-step (like one type in one update)
94%
Yes, by one big update
0%
No
Hello everybody :) I am starting review and integration of new API into library. It will be major update, so, you may suggest some breaking changes and there is high chance to see them in this release
P.S.Unfortunatelly, I can't guarantee that update will be released near time, but I will try hard to complete it asap
P.S.
GitHub
12.0.0 by InsanusMokrassar · Pull Request #843 · InsanusMokrassar/ktgbotapi
Integration with Business Accounts
Added the class BusinessConnection and updates about the connection or disconnection of the bot to a business account, represented by the field business_connect...
Added the class BusinessConnection and updates about the connection or disconnection of the bot to a business account, represented by the field business_connect...
❤1
So, 12.0.0 has been released. It contains several breaking changes and support of Bots API 7.2. Next version will be a minor (*.*.1) update with dependencies updates
GitHub
Release 12.0.0 · InsanusMokrassar/ktgbotapi
Add support of Telegram Bots API 7.2
THIS UPDATE CONTAINS A LOT OF BREAKING CHANGES
THIS UPDATE CONTAINS A LOT OF BREAKING CHANGES
🔥3❤1
Hi :) I am working on update and currently starting test the changes i've made. You may try it if you connect my maven repo and use version
13.0.0-branch_13.0.0-build2224
Version 13.0.0 with Telegram Bots API 7.3 has been released 🎉 Here there several important notices:
• Polls API has been reworked to support building of text resources/work with parse modes. Unfortunatelly, this API changed mostly for support of custom emojis :(
• Live Location DSL now creates live locations with endless live period changes by default
• Polls API has been reworked to support building of text resources/work with parse modes. Unfortunatelly, this API changed mostly for support of custom emojis :(
• Live Location DSL now creates live locations with endless live period changes by default
GitHub
Release 13.0.0 · InsanusMokrassar/ktgbotapi
Add support of Telegram Bots API 7.3
THIS UPDATE CONTAINS BREAKING CHANGES
Core:
For polls, textSources now means question text sources. For QuizPoll there are explanation and explanationTextSour...
THIS UPDATE CONTAINS BREAKING CHANGES
Core:
For polls, textSources now means question text sources. For QuizPoll there are explanation and explanationTextSour...
👍3