1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-03 00:15:27 +00:00
tgbotapi/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/TitledMediaFile.kt

6 lines
99 B
Kotlin
Raw Normal View History

2022-04-17 12:15:24 +00:00
package dev.inmo.tgbotapi.types.files
sealed interface TitledMediaFile {
val title: String?
}