1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-14 13:55:27 +00:00
tgbotapi/tgbotapi.webapps/src/jsMain/kotlin/dev/inmo/tgbotapi/webapps/EventHandler.kt

5 lines
155 B
Kotlin
Raw Normal View History

2022-04-18 11:05:28 +00:00
package dev.inmo.tgbotapi.webapps
typealias EventHandler = WebApp.() -> Unit
2022-04-19 09:14:59 +00:00
typealias ViewportChangedEventHandler = WebApp.(ViewportChangedData) -> Unit