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

12 lines
1.0 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.files](../index.md)/[VideoFile](index.md)/[VideoFile](-video-file.md)
# VideoFile
[common]
Content
fun [VideoFile](-video-file.md)(fileId: [FileId](../../dev.inmo.tgbotapi.requests.abstracts/-file-id/index.md), fileUniqueId: [FileUniqueId](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FFileUniqueId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), width: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), height: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), duration: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, thumb: [PhotoSize](../-photo-size/index.md)? = null, fileName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, mimeType: [MimeType](../../dev.inmo.tgbotapi.utils/-mime-type/index.md)? = null, fileSize: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null)