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

commonMain.com.github.insanusmokrassar.TelegramBotAPI.bot.UpdatesPoller.kt Maven / Gradle / Ivy

package com.github.insanusmokrassar.TelegramBotAPI.bot

import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.io.core.Closeable

interface UpdatesPoller : Closeable {
    fun start(scope: CoroutineScope = CoroutineScope(Dispatchers.Default))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy