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

io.github.dehuckakpyt.telegrambot.container.Container.kt Maven / Gradle / Ivy

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