tgbotapi/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/types/chat/abstracts/PublicChat.kt

6 lines
127 B
Kotlin

package com.github.insanusmokrassar.TelegramBotAPI.types.chat.abstracts
interface PublicChat : Chat {
val title: String
}