mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-05-21 15:57:16 +00:00
Compare commits
7 Commits
7.1.0
...
1bba88df17
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bba88df17 | ||
| 6350581739 | |||
| ea1d40fd05 | |||
| 8cee63a0fb | |||
| d42ef2c6cb | |||
| c7fe90ddd7 | |||
| acb382d3f7 |
@@ -67,7 +67,7 @@ fun main() {
|
||||
}
|
||||
}
|
||||
})
|
||||
appendText("Example button")
|
||||
appendText("Exit button")
|
||||
} ?: window.alert("Unable to load body")
|
||||
|
||||
document.body ?.appendElement("p", {})
|
||||
|
||||
@@ -4,8 +4,8 @@ org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Xmx2g
|
||||
|
||||
|
||||
kotlin_version=1.8.20
|
||||
telegram_bot_api_version=7.1.0
|
||||
micro_utils_version=0.17.8
|
||||
kotlin_version=1.8.21
|
||||
telegram_bot_api_version=7.1.2
|
||||
micro_utils_version=0.18.2-branch_0.18.2-build474
|
||||
serialization_version=1.5.0
|
||||
ktor_version=2.3.0
|
||||
|
||||
Reference in New Issue
Block a user