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-note-file/index.md
2021-03-17 15:18:37 +00:00

3.6 KiB

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

VideoNoteFile

[common] data class VideoNoteFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, duration: Long?, thumb: PhotoSize?, fileSize: Long?) : TelegramMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile

Properties

Name Summary
duration [common] open override val duration: Long? = null
fileId [common] open override val fileId: FileId
fileSize [common] open override val fileSize: Long? = null
fileUniqueId [common] open override val fileUniqueId: FileUniqueId
height [common] open override val height: Int
thumb [common] open override val thumb: PhotoSize? = null
width [common] open override val width: Int