1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-27 17:55:52 +00:00

refactor and fixes

This commit is contained in:
2024-12-05 21:04:54 +06:00
parent 819982473a
commit 9cde4927ce
5 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
@JsName("onEvent")
internal fun on{{$event_name_uppercase}}(type: String, callback: ({{$callback_args}}) -> Unit)