1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-02 16:05:28 +00:00
tgbotapi/tgbotapi.webapps/src/jsMain/kotlin/dev/inmo/tgbotapi/webapps/TextReceivedCallback.kt

4 lines
85 B
Kotlin
Raw Permalink Normal View History

2022-12-30 15:48:50 +00:00
package dev.inmo.tgbotapi.webapps
typealias TextReceivedCallback = (String) -> Unit