Skip to content

Commit 8d8fa74

Browse files
start migration onto 26.1.0
1 parent 459a70c commit 8d8fa74

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

BusinessConnectionsBot/src/main/kotlin/BusinessConnectionsBot.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,5 +471,15 @@ suspend fun main(args: Array<String>) {
471471
}
472472
}
473473
}
474+
475+
onChecklistContent {
476+
val businessConnectionId = chatsBusinessConnections[it.chat.id] ?: return@onChecklistContent
477+
execute(
478+
it.content.createResend(
479+
it.chat.id,
480+
businessConnectionId = businessConnectionId
481+
)
482+
)
483+
}
474484
}.second.join()
475485
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.daemon.jvmargs=-Xmx3g -Xms500m
66

77

88
kotlin_version=2.1.20
9-
telegram_bot_api_version=26.0.0
9+
telegram_bot_api_version=26.1.0
1010
micro_utils_version=0.25.7
1111
serialization_version=1.8.1
1212
ktor_version=3.1.3

0 commit comments

Comments
 (0)