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-note-file/index.md

21 lines
3.6 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.files](../index.md)/[VideoNoteFile](index.md)
# VideoNoteFile
[common] data class [VideoNoteFile](index.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), **duration**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, **thumb**: [PhotoSize](../-photo-size/index.md)?, **fileSize**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?) : [TelegramMediaFile](../../dev.inmo.tgbotapi.types.files.abstracts/-telegram-media-file/index.md), [ThumbedMediaFile](../../dev.inmo.tgbotapi.types.files.abstracts/-thumbed-media-file/index.md), [PlayableMediaFile](../../dev.inmo.tgbotapi.types.files.abstracts/-playable-media-file/index.md), [SizedMediaFile](../../dev.inmo.tgbotapi.types.files.abstracts/-sized-media-file/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/duration/#/PointingToDeclaration/"></a>[duration](duration.md)| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/duration/#/PointingToDeclaration/"></a> [common] open override val [duration](duration.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null <br>|
| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/fileId/#/PointingToDeclaration/"></a>[fileId](file-id.md)| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/fileId/#/PointingToDeclaration/"></a> [common] open override val [fileId](file-id.md): [FileId](../../dev.inmo.tgbotapi.requests.abstracts/-file-id/index.md) <br>|
| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/fileSize/#/PointingToDeclaration/"></a>[fileSize](file-size.md)| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/fileSize/#/PointingToDeclaration/"></a> [common] open override val [fileSize](file-size.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null <br>|
| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/fileUniqueId/#/PointingToDeclaration/"></a>[fileUniqueId](file-unique-id.md)| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/fileUniqueId/#/PointingToDeclaration/"></a> [common] open override val [fileUniqueId](file-unique-id.md): [FileUniqueId](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FFileUniqueId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|
| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/height/#/PointingToDeclaration/"></a>[height](height.md)| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/height/#/PointingToDeclaration/"></a> [common] open override val [height](height.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/thumb/#/PointingToDeclaration/"></a>[thumb](thumb.md)| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/thumb/#/PointingToDeclaration/"></a> [common] open override val [thumb](thumb.md): [PhotoSize](../-photo-size/index.md)? = null <br>|
| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/width/#/PointingToDeclaration/"></a>[width](width.md)| <a name="dev.inmo.tgbotapi.types.files/VideoNoteFile/width/#/PointingToDeclaration/"></a> [common] open override val [width](width.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br>|