Video Info
@JsonClass(generateAdapter = true )
Constructors
Link copied to clipboard
constructor(@Json(name = "mimetype" ) mimeType: String?, @Json(name = "w" ) width: Int = 0, @Json(name = "h" ) height: Int = 0, @Json(name = "size" ) size: Long = 0, @Json(name = "duration" ) duration: Int = 0, @Json(name = "thumbnail_info" ) thumbnailInfo: ThumbnailInfo? = null, @Json(name = "thumbnail_url" ) thumbnailUrl: String? = null, @Json(name = "thumbnail_file" ) thumbnailFile: EncryptedFileInfo? = null)
Properties
Link copied to clipboard
Information on the encrypted thumbnail file, as specified in End-to-end encryption. Only present if the thumbnail is encrypted.
Link copied to clipboard
Metadata about the image referred to in thumbnail_url.
Link copied to clipboard
The URL (typically MXC URI) to an image thumbnail of the video clip. Only present if the thumbnail is unencrypted.