View Source Telegex.Type.VideoNote (Telegex v1.8.0)

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

Summary

Types

@type t() :: %Telegex.Type.VideoNote{
  duration: integer(),
  file_id: String.t(),
  file_size: integer() | nil,
  file_unique_id: String.t(),
  length: integer(),
  thumbnail: Telegex.Type.PhotoSize.t() | nil
}