View Source Telegex.Type.VideoNote (Telegex v1.0.0-rc.5)

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

Link to this section Summary

Link to this section 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
}