All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.insanusmokrassar.TelegramBotAPI.Index.kt Maven / Gradle / Ivy

package com.github.insanusmokrassar.TelegramBotAPI

import com.github.insanusmokrassar.TelegramBotAPI.bot.Ktor.KtorRequestsExecutor
import io.ktor.client.engine.okhttp.OkHttp
import kotlinx.coroutines.runBlocking

fun main(args: Array) {
    runBlocking {
        KtorRequestsExecutor(
            args[0],
            OkHttp.create()
        ).apply {
            // It is just template of creating requests executor
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy