VideoNote

telegramium.bots.VideoNote
final case class VideoNote(fileId: String, fileUniqueId: String, length: Int, duration: Int, thumbnail: 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

thumbnail

Optional. Video thumbnail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product