mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-01-04 06:49:54 +00:00
2 lines
113 B
Kotlin
2 lines
113 B
Kotlin
|
@JsName("onEvent")
|
||
|
internal fun on{{$event_name_uppercase}}(type: String, callback: ({{$callback_args}}) -> Unit)
|