ExGram.Model.Video (ex_gram v0.27.0) View Source

This object represents a video file.

Check the documentation of this model in https://core.telegram.org/bots/api#video

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.Video{
  duration: integer(),
  file_id: String.t(),
  file_name: String.t() | nil,
  file_size: integer() | nil,
  file_unique_id: String.t(),
  height: integer(),
  mime_type: String.t() | nil,
  thumb: ExGram.Model.PhotoSize.t() | nil,
  width: integer()
}

Link to this section Functions