Compare commits

..

5 Commits

Author SHA1 Message Date
Renovate Bot
382a8757f1 Update plugin org.jetbrains.kotlin.multiplatform to v1.6.21 2022-04-26 09:48:39 +00:00
8ec282e3d5 Merge pull request #96 from InsanusMokrassar/renovate/telegram_bot_api_version
Update dependency dev.inmo:tgbotapi to v0.38.15
2022-04-26 15:48:10 +06:00
Renovate Bot
e8433cd8ac Update dependency dev.inmo:tgbotapi to v0.38.15 2022-04-26 09:46:32 +00:00
222134836a update up to 0.38.13 2022-04-17 00:26:04 +06:00
c18e02dcb3 Merge pull request #94 from InsanusMokrassar/0.38.12
Add keyboards and update tgbotapi up to 0.38.12
2022-04-16 23:52:43 +06:00
2 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,9 @@ suspend fun main(args: Array<String>) {
}
)
val content = waitContentMessage().first()
val contentMessage = waitContentMessage().first()
val content = contentMessage.content
when {
content is TextContent && content.parseCommandsWithParams().keys.contains("stop") -> StopState(it.context)
else -> {

View File

@@ -2,6 +2,6 @@ kotlin.code.style=official
org.gradle.parallel=true
kotlin_version=1.6.10
telegram_bot_api_version=0.38.12
micro_utils_version=0.9.19
kotlin_version=1.6.21
telegram_bot_api_version=0.38.15
micro_utils_version=0.9.20