io.github.dehuckakpyt.telegrambot.config.TelegramBotActualConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-core Show documentation
Show all versions of telegram-bot-core Show documentation
Kotlin Telegram Bot library
The newest version!
package io.github.dehuckakpyt.telegrambot.config
import io.github.dehuckakpyt.telegrambot.TelegramBot
import io.github.dehuckakpyt.telegrambot.config.receiver.TelegramBotReceiverActualConfig
import io.github.dehuckakpyt.telegrambot.source.message.MessageSource
import io.github.dehuckakpyt.telegrambot.template.Templater
/**
* Created on 27.12.2023.
*
*
* @author Denis Matytsin
*/
interface TelegramBotActualConfig {
val token: String
val username: String
val messageSource: MessageSource
val telegramBot: TelegramBot
val templater: Templater
val receiving: TelegramBotReceiverActualConfig
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy