Kotlin Telegram Bot API Library (tgbotapi)
Do you ready/want migration onto new ktor 3.0?
Just to clarify: migration will happen sooner or later, but I want to know, how long it will be better to keep ktgbotapi on old ktor 2.* :)
So, some small news about library for the last time:
1. 18.2.3 has been released with small fixes in middlewares side and adding of
2. 19.0.0 has been released with update of❤️ and now I must warn you about Ktor Migration Guide for Ktor 3.0
3. 20.0.0 has been released with support of Telegram Bots API 7.11 and I must warn you, that they have added
It is all news about stability of library for today :D
P. S.Sorry, but I am trying hard to follow semver at least in manner I understand it
1. 18.2.3 has been released with small fixes in middlewares side and adding of
ExceptionsThrottlerTelegramBotMiddleware
and I must warn you that it is mostly minor update2. 19.0.0 has been released with update of
Ktor
up to 3.0.1
and MicroUtils
up to 0.23.0
. Thanks for migration to d1shin 3. 20.0.0 has been released with support of Telegram Bots API 7.11 and I must warn you, that they have added
allow_paid_broadcast
field (represented as allowPaidBroadcast
in requests) which may spend your bot balance if it has any. So, be careful with passing of your true
s without names. I even would like to recommend you to use named arguments for booleans anytime you may do itIt is all news about stability of library for today :D
P. S.
GitHub
Release 18.2.3 · InsanusMokrassar/ktgbotapi
Core:
Add default middleware ExceptionsThrottlerTelegramBotMiddleware
Make TelegramBotMiddlewaresPipelinesHandler to be default TelegramBotPipelinesHandler
Make DefaultKtorRequestsExecutor now use...
Add default middleware ExceptionsThrottlerTelegramBotMiddleware
Make TelegramBotMiddlewaresPipelinesHandler to be default TelegramBotPipelinesHandler
Make DefaultKtorRequestsExecutor now use...
Forwarded from inmo.dev
InsanusMokrassar/ktgbotapi: 20.0.1
GitHub
Release 20.0.1 · InsanusMokrassar/ktgbotapi
Core:
Fix of logger propagation (fix of #860)
Add opportunity to modify keyboards (fix of #761)
Fields of OrderInfo became nullable (fix of #917)
Add default toString to ChatType (fix of #919)
Fix...
Fix of logger propagation (fix of #860)
Add opportunity to modify keyboards (fix of #761)
Fields of OrderInfo became nullable (fix of #917)
Add default toString to ChatType (fix of #919)
Fix...
Hi :) I am a bit late, but realizing new Bots API Update and wished to know:
Do you use WebApps? With this library?
Do you use WebApps? With this library?
Final Results
50%
No
8%
Yes, but on the other language
4%
Yes, but with other library
8%
Yes, with ktgbotapi :)
31%
I am just banana 🌚
So, after more than month of procrastinating on the update, it happened: 22.0.0. What happend since 20.0.1:
• 21.0.0 bring opportunity to use data in subcontexts of
• 21.0.1 add fixes to 21.0.0, improve
• 22.0.0 support of Bot API 8.0 and Bot API 8.1
News in Bot API (in two words):
• New Accelerometer, Gyroscope, DeviceOrientation and LocationManager
• A LOT OF NEW EVENTS (I even rewrote all the events and created generator for them)
• Add star subscriptions support for invoices, payments and `TransactionPartner`s
• Affiliation programs support
• A lot of other things
I afraid that in side of webapps can be some errors (I have tested and updated WebApp sample) as well as in invoices (checked as was able too). I will be glad to any errors reports :)
• 21.0.0 bring opportunity to use data in subcontexts of
BehaviourContext
• 21.0.1 add fixes to 21.0.0, improve
mention
in EntitiesBuilder
and several other updates• 22.0.0 support of Bot API 8.0 and Bot API 8.1
News in Bot API (in two words):
• New Accelerometer, Gyroscope, DeviceOrientation and LocationManager
• A LOT OF NEW EVENTS (I even rewrote all the events and created generator for them)
• Add star subscriptions support for invoices, payments and `TransactionPartner`s
• Affiliation programs support
• A lot of other things
I afraid that in side of webapps can be some errors (I have tested and updated WebApp sample) as well as in invoices (checked as was able too). I will be glad to any errors reports :)
GitHub
Release 22.0.0 · InsanusMokrassar/ktgbotapi
THIS UPDATE CONTAINS BREAKING CHANGES
IN THIS UPDATE HAS BEEN REWORKED EVENTS API IN WEBAPPS
THIS UPDATE ADDING SUPPORT OF BOT API 8.0 AND BOT API 8.1
Version:
MicroUtils: 0.23.1 -> 0.23.2
Kto...
IN THIS UPDATE HAS BEEN REWORKED EVENTS API IN WEBAPPS
THIS UPDATE ADDING SUPPORT OF BOT API 8.0 AND BOT API 8.1
Version:
MicroUtils: 0.23.1 -> 0.23.2
Kto...
Hello everybody :) I've released 23.0.0 with solution of problem with incorrect imports usage with EntitiesBuilder. In two words:
• 🔄 Dependencies update
• 🔨 Simple factories of text sources got suffix
• ☺ EntitiesBuilder DSL methods like
It is breaking changes update, so, after migration you may face with some errors in compile-time
• 🔄 Dependencies update
• 🔨 Simple factories of text sources got suffix
TextSource
. For example, regular
factory has been renamed to regularTextSource
• ☺ EntitiesBuilder DSL methods like
regular
has not been renamedIt is breaking changes update, so, after migration you may face with some errors in compile-time
GitHub
Release 23.0.0 · InsanusMokrassar/ktgbotapi
Version:
Coroutines: 1.9.0 -> 1.10.1
MicroUtils: 0.23.2 -> 0.24.0
KSLog: 1.3.6 -> 1.4.0
Ktor: 3.0.2 -> 3.0.3
Core:
All old factory methods for TextSources took suffix TextSource. Fo...
Coroutines: 1.9.0 -> 1.10.1
MicroUtils: 0.23.2 -> 0.24.0
KSLog: 1.3.6 -> 1.4.0
Ktor: 3.0.2 -> 3.0.3
Core:
All old factory methods for TextSources took suffix TextSource. Fo...
Summary of the year for the channel "Kotlin Telegram Bot API Library (tgbotapi)" from @TGStat
Hi :) I have released 23.1.0 with Have a nice holidays (Bot API 8.2) update support
GitHub
Release 23.1.0 · InsanusMokrassar/ktgbotapi
THIS UPDATE CONTAINS ADDING SUPPORT OF Telegram Bots API 8.2
Hello everybody :) Today I have tried Github Copilot. It looks like nice thing, BUT it may miss different things. I have tried to get the code for resending messsages and bot suggested different ways: check types of incoming content, receive specific types only, etc. The problem is that any content have
So, in two words:
• 👍 It is nice start point
• 👎 It is bad truth-source :)
As a conclusion: welcome to our chat (same as discussion chat) to talk about library things, there will be more accurate answers :)
createResend
method and I expected code like this:// some imports
// build behaviour
// onContentMessage
execute(it.content.createResend(it.chat.id))
// some closing code
So, in two words:
• 👍 It is nice start point
• 👎 It is bad truth-source :)
As a conclusion: welcome to our chat (same as discussion chat) to talk about library things, there will be more accurate answers :)
Hello everybody :)
I am here with imported notice: version 24.0.0 is out and contains a CRITICALBREAKING CHANGE:
Since this update,
Besides, in this update:
*
I am here with imported notice: version 24.0.0 is out and contains a CRITICALBREAKING CHANGE:
Since this update,
behaviourBuilder
-specific parameters subcontextUpdatesFilter
now behaves as intended - they will filter updates within scenario receiver. Previously, it worked like initialFilter
, and in fact subcontextUpdatesFilter
was practically useless.Besides, in this update:
*
ForumContentMessage`
s got property threadCreatingInfo
with information about creating of topic in message. Unfortunately, there is a chance that this information will not be included in message (for example, with reply to other message)GitHub
Release 24.0.0 · InsanusMokrassar/ktgbotapi
THIS UPDATE CONTAINS BREAKING CHANGES IN subcontextUpdatesFilter WORK. TAKE CARE IN MIGRATION
Version:
MicroUtils: 0.24.6 -> 0.24.7
Core:
ForumContentMessage got property threadCreatingInfo...
Version:
MicroUtils: 0.24.6 -> 0.24.7
Core:
ForumContentMessage got property threadCreatingInfo...
Hello everybody :) there are two news:
* 24.0.1 has been released with small fix: now you may use common files with
* I have disabled stars on this channel. I did it because of channel got ~140⭐️ (~2$) since august of 24th and I even can't use it. So, I do not see any reason to left this way of some support - you will lose cents, I will not get anything :) In case you wish to support me or this library, you may donate to 🪙 TON wallet 💲 USDT (Tether network)
Have a nice day :)
* 24.0.1 has been released with small fix: now you may use common files with
EditChatMessageMedia
/editMessageMedia
* I have disabled stars on this channel. I did it because of channel got ~140
UQAtuSLJ76Zehc3qP-eRYMR98fPIu_oOp_atcpVX55zxHwTU
or 0xF4032af0184F7Dc68a5b24A308F9Ad2BfD7be08F
Have a nice day :)
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
Release 24.0.1 · InsanusMokrassar/ktgbotapi
Core:
Now you may upload photos with EditChatMessageMedia
Now you may upload photos with EditChatMessageMedia
Hi :) it's happened, telegram team have launched Bots API 9.0. I haven’t seen an update that huge before, and I do not know when I will be able to correctly support it. The support of this update may be split into several releases. Anyway, I'll do my best to support new api asap!
Hope for your understanding, @InsanusMokrassar :)
Hope for your understanding, @InsanusMokrassar :)
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…
Kotlin Telegram Bot API Library (tgbotapi)
Hi :) it's happened, telegram team have launched Bots API 9.0. I haven’t seen an update that huge before, and I do not know when I will be able to correctly support it. The support of this update may be split into several releases. Anyway, I'll do my best…
Its been a month since I posted about Bot API 9.0 :) 25.0.0 reached test-ready phase :) if you want, you may try it with
25.0.0-rc
, but I must warn you that this version is pretest one and I am sure it will have a lot of errors :)GitHub
25.0.0 by InsanusMokrassar · Pull Request #965 · InsanusMokrassar/ktgbotapi
Bot API 9.0
Business Accounts
Added the class BusinessBotRights and replaced the field can_reply with the field rights of the type BusinessBotRights in the class BusinessConnection.
Added the me...
Business Accounts
Added the class BusinessBotRights and replaced the field can_reply with the field rights of the type BusinessBotRights in the class BusinessConnection.
Added the me...
Forwarded from inmo.dev
Hello everybody. I have launched simple proxy https://proxy.nexus.inmo.dev for those who can't access direct https://nexus.inmo.dev . In case of some problems you may report me @InsanusMokrassar
Small remind about how to add my repository in groovy gradle:
Small remind about how to add my repository in groovy gradle:
repositories { // your dependencies repositories setup
mavenLocal() // typically enabled
mavenCentral() // typically enabled
google() // typically enabled
maven { url "https://nexus.inmo.dev/repository/maven-releases/" } // my repository, you may add `proxy` as mentioned above: `https://proxy.nexus.inmo.dev/repository/maven-releases/`
}