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

commonMain.dev.inmo.tgbotapi.abstracts.WithChat.kt Maven / Gradle / Ivy

Go to download

Core part of tgbotapi with all (and only) required functionality for working with Telegram Bot API

There is a newer version: 24.0.1
Show newest version
package dev.inmo.tgbotapi.abstracts

import dev.inmo.tgbotapi.types.chat.Chat
import dev.inmo.tgbotapi.types.chat.PreviewChat

/**
 * All inheritors of this interface have [chat] field and related to this [chat]
 */
interface WithPreviewChat {
    val chat: PreviewChat
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy