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

VideoNoteFile

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

Constructors

(common)

<init>

VideoNoteFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, duration: Long? = null, thumb: PhotoSize? = 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)

thumb

val thumb: PhotoSize?
(common)

width

val width: Int