1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-21 15:53:47 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
83ea4f6435
Update gradle.properties 2022-04-08 09:49:06 +06:00
52204d8df1
Experemtally update kotlin 2022-04-08 09:44:37 +06:00
81b9ccdf6a
Update VideoContent.kt 2022-04-08 09:29:07 +06:00

View File

@ -17,7 +17,7 @@ data class VideoContent(
override val media: VideoFile,
override val text: String? = null,
override val textSources: TextSourcesList = emptyList()
) : VisualMediaGroupContent, TextedMediaContent {
) : VisualMediaGroupContent {
override fun createResend(
chatId: ChatIdentifier,
disableNotification: Boolean,