io.github.dehuckakpyt.telegrambot.container.Container.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.container
import io.github.dehuckakpyt.telegrambot.model.telegram.Chat
import io.github.dehuckakpyt.telegrambot.model.telegram.User
/**
* Created on 01.05.2024.
*
* @author Denis Matytsin
*/
interface Container {
val chat: Chat
val from: User
val step: String?
val type: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy