ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.files
/
VideoFile
/
VideoFile
Video
File
constructor
(
fileId
:
FileId
,
fileUniqueId
:
TgFileUniqueId
,
width
:
Int
,
height
:
Int
,
duration
:
Long
?
=
null
,
thumbnail
:
PhotoSize
?
=
null
,
fileName
:
String
?
=
null
,
mimeType
:
MimeType
?
=
null
,
fileSize
:
Long
?
=
null
)