VideoNote

final case class VideoNote(fileId: String, fileUniqueId: String, length: Int, duration: Int, thumb: Option[PhotoSize], fileSize: Option[Long])

This object represents a video message (available in Telegram apps as of v.4.0).

Value parameters:
duration

Duration of the video in seconds as defined by sender

fileId

Identifier for this file, which can be used to download or reuse the file

fileSize

Optional. File size in bytes

fileUniqueId

Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.

length

Video width and height (diameter of the video message) as defined by sender

thumb

Optional. Video thumbnail

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product