1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.files/-video-file/-video-file.md
2021-03-17 15:18:37 +00:00

1.0 KiB

//docs/dev.inmo.tgbotapi.types.files/VideoFile/VideoFile

VideoFile

[common]
Content
fun VideoFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)