Class VideoType.
Properties
Duration of the video in seconds as defined by sender.
$duration : integer
Unique identifier for this file.
$fileId : string
Optional. Original filename as defined by sender.
$fileName : string | null
Optional. File size.
$fileSize : integer | null
Unique identifier for this file, which is supposed to be the same over time and for different bots.
$fileUniqueId : string
Can't be used to download or reuse the file.
Video height as defined by sender.
$height : integer
Optional. Mime type of a file as defined by sender.
$mimeType : string | null
Optional. Video thumbnail.
$thumb : \TgBotApi\BotApiBase\Type\PhotoSizeType | null
Video width as defined by sender.
$width : integer