1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-18 07:45:27 +00:00
tgbotapi/tgbotapi.webapps/src/jsMain/kotlin/dev/inmo/tgbotapi/webapps/QRTextReceivedCallback.kt

4 lines
90 B
Kotlin
Raw Permalink Normal View History

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