TelegramBotAPI-examples/RandomFileSenderBot/src/jvmMain/kotlin/RandomFileSenderBot.kt

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) ?: ""))
}