tgbotapi/TelegramBotAPI-core/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/types/files/abstracts/TitledMediaFile.kt

5 lines
126 B
Kotlin

package com.github.insanusmokrassar.TelegramBotAPI.types.files.abstracts
interface TitledMediaFile {
val title: String?
}