mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-27 08:29:10 +00:00
6 lines
160 B
Kotlin
6 lines
160 B
Kotlin
import dev.inmo.micro_utils.common.MPPFile
|
|
|
|
suspend fun main(args: Array<String>) {
|
|
doRandomFileSenderBot(args.first(), MPPFile(args.getOrNull(1) ?: ""))
|
|
}
|