Kotlin Telegram Bot API Library (tgbotapi)
160 subscribers
17 photos
1 video
1 file
276 links
https://github.com/InsanusMokrassar/ktgbotapi

Channel with updates from Kotlin Multiplatform TelegramBotAPI library

DM: @InsanusMokrassar
Forum: @ktgbotapi_forum
Projects Releases: @inmodev
Support me: https://t.me/inmodev/431
Download Telegram
Kotlin Telegram Bot API Library (tgbotapi)
What should we do?
* ... and fix found issue later ...
Good night :)
In two words about changes in examples:

• New module InlineQueriesBot with native and jvm launchers
• In KeyboardsBot has been added the button for sharing of the post with buttons via inline queries
WebApps now can be triggered via inline queries
🍾1
Several news:

• Sources on github has been updated: now it is available by address https://github.com/InsanusMokrassar/ktgbotapi
• I have changed main Github Topic. You may use the old one, but, imho, it is large and less usefull
• Version 7.1.2 has been released. All dependant libraries like PlaguBot have been updated too. In new versions I have fixed several things and updated dependencies
• Dear @m_a_d_h_e_a_d have helped us to create the topic on stackoverflow, so, you may also create your questions there:)
Today I have found that starting with korlibs 4.0.0 mr. Soywiz changed libraries group package from com.soywiz.* to korlibs.*. For example, package com.soywiz.klock has been transformed to korlibs.time. So, sooner or later we will need to make this migration (in most cases it is simple replacing of imports with com.soywiz.klock to korlibs.time), but I wished to ask you, how will this painful for you and your projects?
Hello everybody :) Several news at this time:

• I have launched new docs site. You may suggest your additions in the special github repo
• Two new versions: 8.0.0 and 8.0.1. In two words:
• Update dependencies
• Remove deprecations
• Migration onto new korlibs (migration info available in 8.0.0 release note, but you may need some extra changes in case you are using some packages different with time and crypto)
👍3
On the docs site has been published new guide about keyboard. I hope, it will help you to fill misunderstanding in keyboards work and get know something new :)

UPD: This update has been published thanks to @m_a_d_h_e_a_d
👍3
Hi everybody :)

Yesterday I have published 9.0.0. It is major change, because of @y9san9 faced with issue that some bots in some cases have no usernames. He have said about it here. So, changes:

• Bots now have nullable usernames
• Improve updates handling in cases when it is impossible to convert updates
• Fixes in default subcontext filters of different on*Query triggers
• Update dependencies :) Now we are running on coroutines 1.7.2 (finally 🎉)
🔥1
Kotlin Telegram Bot API Library (tgbotapi)
Hi everybody :) Yesterday I have published 9.0.0. It is major change, because of @y9san9 faced with issue that some bots in some cases have no usernames. He have said about it here. So, changes: • Bots now have nullable usernames • Improve updates handling…
Long time no see :) I recommend you to migrate onto 9.0.0, because of currently there is no new bots API reference, but I am pretty sure that you will face with new things in work with bots. So, 9.0.0 have better support of unknown updates/data and your bots should work more stable
🫡4
Telegram Bot API 6.8 is out and I am preparing 9.1.0 release. Currently I have added all new spec support excluding stories in some aspects of library (like triggers in behaviour builder). You may try this update if you are using my maven repo.

It is good time for new features suggestions or some bug reports:) Thank you
9.1.0 has been released. It is almost minor update with support of Telegram Bot API 6.8 and dependencies updates

Besides, I have added polls sample in the examples project
🎉2🔥1😱1🏆1