final case class InputMediaVideo(media: InputFile, caption: Option[String] = None, width: Option[Int] = None, height: Option[Int] = None, duration: Option[Int] = None, parseMode: Option[ParseMode] = None, supportsStreaming: Option[Boolean] = None, type: String = "video") extends InputMedia with Product with Serializable
Represents a video to be sent.
- media
Input media file
- caption
Caption of the video to be sent, 0-200 characters
- width
Video width
- height
Video height
- duration
Video duration
- parseMode
Parse mode of captured text
- supportsStreaming
Pass True, if the uploaded video is suitable for streaming
- type
Type of the result, must be video
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputMediaVideo
- Serializable
- InputMedia
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InputMediaVideo(media: InputFile, caption: Option[String] = None, width: Option[Int] = None, height: Option[Int] = None, duration: Option[Int] = None, parseMode: Option[ParseMode] = None, supportsStreaming: Option[Boolean] = None, type: String = "video")
- media
Input media file
- caption
Caption of the video to be sent, 0-200 characters
- width
Video width
- height
Video height
- duration
Video duration
- parseMode
Parse mode of captured text
- supportsStreaming
Pass True, if the uploaded video is suitable for streaming
- type
Type of the result, must be video
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val caption: Option[String]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val duration: Option[Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def files: List[(String, InputFile)]
- Definition Classes
- InputMedia
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val media: InputFile
- Definition Classes
- InputMediaVideo → InputMedia
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parseMode: Option[ParseMode]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val supportsStreaming: Option[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val type: String
- Definition Classes
- InputMediaVideo → InputMedia
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val width: Option[Int]