mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-09-04 15:49:23 +00:00
start migration onto 26.1.0
This commit is contained in:
@@ -471,5 +471,15 @@ suspend fun main(args: Array<String>) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
onChecklistContent {
|
||||
val businessConnectionId = chatsBusinessConnections[it.chat.id] ?: return@onChecklistContent
|
||||
execute(
|
||||
it.content.createResend(
|
||||
it.chat.id,
|
||||
businessConnectionId = businessConnectionId
|
||||
)
|
||||
)
|
||||
}
|
||||
}.second.join()
|
||||
}
|
@@ -6,7 +6,7 @@ kotlin.daemon.jvmargs=-Xmx3g -Xms500m
|
||||
|
||||
|
||||
kotlin_version=2.1.20
|
||||
telegram_bot_api_version=26.0.0
|
||||
telegram_bot_api_version=26.1.0
|
||||
micro_utils_version=0.25.7
|
||||
serialization_version=1.8.1
|
||||
ktor_version=3.1.3
|
||||
|
Reference in New Issue
Block a user