1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-13 05:15:26 +00:00
tgbotapi/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/media/DuratedTelegramMedia.kt

6 lines
121 B
Kotlin

package dev.inmo.tgbotapi.types.media
sealed interface DuratedTelegramMedia : TelegramMedia {
val duration: Long?
}