1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-26 03:28:10 +00:00
tgbotapi/tgbotapi.webapps/src/jsMain/kotlin/dev/inmo/tgbotapi/webapps/AlertCallback.kt

4 lines
72 B
Kotlin
Raw Normal View History

package dev.inmo.tgbotapi.webapps
typealias AlertCallback = () -> Unit