Forwarded from inmo.dev
InsanusMokrassar/TelegramBotAPI: 6.1.0
GitHub
Release 6.1.0 · InsanusMokrassar/TelegramBotAPI
Versions:
MicroUtils: 0.17.2 -> 0.17.3
API:
Fix of #732
MicroUtils: 0.17.2 -> 0.17.3
API:
Fix of #732
Telegram Bot API 6.6 brings several potentially breaking changes - for example, renaming of
thumb to thumbnail. So, I am thinking about new major version but it will mean that I will drop all old deprecationscore.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…
What will be better?
Final Results
60%
New major version. Legacy should be dropped
13%
New half-major version (6.2) - I afraid of migrations
27%
I am a tea pot 🫖
Kotlin Telegram Bot API Library (tgbotapi)
What will be better?
So, 7.0.0 in progress
GitHub
7.0.0 by InsanusMokrassar · Pull Request #736 · InsanusMokrassar/TelegramBotAPI
Added the ability to set different bot descriptions for different user languages using the method setMyDescription.
Added the ability to get the current bot description in the given language as th...
Added the ability to get the current bot description in the given language as th...
Version with all Telegram Bot API 6.6 support is available from my packages registry ( https://git.inmo.dev/api/packages/InsanusMokrassar/maven ). I hope to test everything with my examples and add stickers example this evening, but you may try new API already now
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…
This library uses mine libraries collection MicroUtils. Do you use it somewhere outside of this library?
Final Results
23%
Yes, everywhere
0%
Yes, pet projects
31%
No
46%
Who knows
So, 7.0.0 is in release. What is changed:
• Support of Telegram Bot API 6.6
• Stickers have been reworked due to their rework in Telegram Bot API
• Files uploading mechanisms have been modified
• In examples I have added new example for sticker sets and extend Files Loading sample (now it will upload files too)
• Support of Telegram Bot API 6.6
• Stickers have been reworked due to their rework in Telegram Bot API
• Files uploading mechanisms have been modified
• In examples I have added new example for sticker sets and extend Files Loading sample (now it will upload files too)
GitHub
Release 7.0.0 · InsanusMokrassar/TelegramBotAPI
This update contains support of Telegram Bot API 6.6
THIS VERSION CONTAINS BREAKING CHANGES:
All previous deprecations have been removed
Fully reworked mechanism of stickers creating and adding
A...
THIS VERSION CONTAINS BREAKING CHANGES:
All previous deprecations have been removed
Fully reworked mechanism of stickers creating and adding
A...
Some time ago I have started new PR with native targets (LinuxX64/MinGWX64) support, but I have faced with the issues in native part. For example, in case you will send some request to the telegram system, it will be sent with some strange delay. So, I have two options and want to know your opinion:
Kotlin Telegram Bot API Library (tgbotapi)
What should we do?
* ... and fix found issue later ...
Forwarded from inmo.dev
InsanusMokrassar/TelegramBotAPI: 7.0.2
GitHub
Release 7.0.2 · InsanusMokrassar/ktgbotapi
This update brings experimental support of linuxX64 and mingwX64 platforms
Versions:
Kotlin: 1.8.10 -> 1.8.20
MicroUtils: 0.17.5 -> 0.17.8
Ktor: 2.2.4 -> 2.3.0
Core:
New RequestsExecu...
Versions:
Kotlin: 1.8.10 -> 1.8.20
MicroUtils: 0.17.5 -> 0.17.8
Ktor: 2.2.4 -> 2.3.0
Core:
New RequestsExecu...
👍1
So, 7.1.0 has been released. Here:
• Support of Telegram Bot API 6.7
• Edits upfill for inline messages
• Improvements in
• Support of Telegram Bot API 6.7
• Edits upfill for inline messages
• Improvements in
onDeepLink/waitDeepLinkGitHub
Release 7.1.0 · InsanusMokrassar/TelegramBotAPI
This update contains changes according to the Telegram Bot API 6.7
API:
Rename editMessageCaption to editMessageMedia due to wrong old naming
Add edit extensions for InlineMessageIdentifiers
Be...
API:
Rename editMessageCaption to editMessageMedia due to wrong old naming
Add edit extensions for InlineMessageIdentifiers
Be...
❤🔥1
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
• 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
GitHub
GitHub - InsanusMokrassar/TelegramBotAPI-examples: This repository contains several examples of simple bots which are using TelegramBotAPI
This repository contains several examples of simple bots which are using TelegramBotAPI - InsanusMokrassar/TelegramBotAPI-examples
🍾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:)
• 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:)
GitHub
GitHub - InsanusMokrassar/ktgbotapi: Type-safe library for work with Telegram Bot API
Type-safe library for work with Telegram Bot API. Contribute to InsanusMokrassar/ktgbotapi development by creating an account on GitHub.
Hello :) I have written a small article in russian about hosting of bots by request of one of our participant :)
Хабр
Telegram Bot на Kotlin:… и в продакшн
Итак, в предыдущих статьях ( Введение , Командуем , Дратути ) мы уже разобрали многие аспекты написания бота: как начать писать бота, как делать плагины-расширения и как работать с непосредственно...
👍7
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?GitHub
Release v4.0.0 · korlibs/korge
https://www.eventbrite.com/e/korge-40-live-release-snacks-networking-tickets-626052298277
Changelog will be updated with highlights after the release event.
Video:
https://www.youtube.com/watch?v=...
Changelog will be updated with highlights after the release event.
Video:
https://www.youtube.com/watch?v=...