mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-08-29 12:26:25 +00:00
update readmes
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import kotlinx.coroutines.runBlocking
|
||||
|
||||
/**
|
||||
* Starts the native resender launcher with the first element of [args] as its bot
|
||||
* token. Later elements are ignored.
|
||||
*/
|
||||
fun main(vararg args: String) {
|
||||
runBlocking {
|
||||
activateResenderBot(args.first()) {
|
||||
|
||||
Reference in New Issue
Block a user