Telegex v0.0.2 Telegex.Model.Video View Source

Link to this section Summary

Link to this section Types

Specs

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