mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-04-19 16:32:25 +00:00
Compare commits
1 Commits
7.1.2
...
07d8b053d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07d8b053d7 |
@@ -67,7 +67,7 @@ fun main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
appendText("Exit button")
|
appendText("Example button")
|
||||||
} ?: window.alert("Unable to load body")
|
} ?: window.alert("Unable to load body")
|
||||||
|
|
||||||
document.body ?.appendElement("p", {})
|
document.body ?.appendElement("p", {})
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ org.gradle.parallel=true
|
|||||||
org.gradle.jvmargs=-Xmx2g
|
org.gradle.jvmargs=-Xmx2g
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.8.21
|
kotlin_version=1.8.20
|
||||||
telegram_bot_api_version=7.1.2
|
telegram_bot_api_version=7.1.0
|
||||||
micro_utils_version=0.18.1
|
micro_utils_version=0.18.0-branch_0.18.0-build449
|
||||||
serialization_version=1.5.0
|
serialization_version=1.5.0
|
||||||
ktor_version=2.3.0
|
ktor_version=2.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user