mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-23 17:17:13 +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)
|