docs / com.github.insanusmokrassar.TelegramBotAPI.types.files / VideoFile

VideoFile

(common) data class VideoFile : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile (source)

Constructors

(common)

<init>

VideoFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, mimeType: MimeType? = null, fileSize: Long? = null)

Properties

(common)

duration

val duration: Long?
(common)

fileId

val fileId: FileId
(common)

fileSize

val fileSize: Long?
(common)

fileUniqueId

val fileUniqueId: FileUniqueId
(common)

height

val height: Int
(common)

mimeType

val mimeType: MimeType?
(common)

thumb

val thumb: PhotoSize?
(common)

width

val width: Int