Video
constructor(media: String, thumbnail: ImplicitFile? = null, width: Int? = null, height: Int? = null, duration: Int? = null, supportsStreaming: Boolean? = null)
constructor(media: InputFile, thumbnail: ImplicitFile? = null, width: Int? = null, height: Int? = null, duration: Int? = null, supportsStreaming: Boolean? = null)
constructor(media: ImplicitFile, thumbnail: ImplicitFile? = null, width: Int? = null, height: Int? = null, duration: Int? = null, supportsStreaming: Boolean? = null)