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
Release 0.38.4 is available in maven central. Here:

• Fix of #529
• Realization of Telegram Bot API 5.7, including:
• Separation of Sticker to SimpleSticer, AnimatedSticker and VideoSticker
2🔥1
Forwarded from inmo.dev
InsanusMokrassar/TelegramBotAPI: 0.38.6

Common:
Version:
MicroUtils: 0.9.6 -> 0.9.9
Klock: 2.4.13 -> 2.5.2
Core:
• New member of MentionTextSource - username
Hello everybody :) I have started 0.38.7 version and currently thinking what to add there also. You are always welcome with your suggestions for including in near release
👍1
Forwarded from inmo.dev
InsanusMokrassar/TelegramBotAPI: 0.38.7

Common:
Version:
MicroUtils: 0.9.9 -> 0.9.12
Klock: 2.5.2 -> 2.6.2
Core:
SimplePollOption#votes now is 0 by default
• New function PollOption.Companion#simple
👍1
Hello everybody. I wished to ask you about some painful/hard/incorrect places in library you would like to see fixed. What you would like to see in documentation asap? Or maybe you want to have some DSL/extension you are using in different projects. You are welcome in comments or in direct messages
KDocs and Bookstack are currently unavailable, but the most part of information is available in the project wiki and source code (of course :) ). I plan to up bookstack and kdocs asap and will notice about it when they will be available again
Forwarded from inmo.dev
InsanusMokrassar/TelegramBotAPI: 0.38.8

Common:
Version:
MicroUtils: 0.9.12 -> 0.9.16
Klock: 2.6.2 -> 2.6.3
Ktor: 1.6.7 -> 1.6.8
BehaviourBuilder:
• Fixes in onMediaGroup and dependent functions
• Add several new extensions for SimpleFilter:
SimpleFilter#listAll
SimpleFilter#listAny
SimpleFilter#listNone
Besides, wished to announce that Bookstack must be available (or must become available in near time)
KDocs is available again :) There is a probability that after 22th of March it become unavailable, but I will try hard to avoid or fix it if that will happen
👍3
Forwarded from inmo.dev
InsanusMokrassar/TelegramBotAPI: 0.38.9

Core:
• New function MessageContent.Companion#serializationModule
• Now it is possible to create TelegramBot (RequestsExecutor) with several bots under the hood and opportunity
for bots requests load balancing or fault-fix via sending of the requests via another bot
API:
• Add replies which will use another message as a source for reply (copyMessage)
Forwarded from inmo.dev
InsanusMokrassar/TelegramBotAPI: 0.38.10

API:
• All with•Action extensions got a contracts which declare that block will be called once
• Add several extensions TelegramBot#sendPhoto with PhotoSize
• Add several extensions TelegramBot#reply with PhotoSize
In the Bookstack tutorials became available simple BehaviourBuilderWithFSM tutorial