Alexia.Model.Video (alexia v0.8.1)

Link to this section Summary

Link to this section Types

Specs

t() :: %Alexia.Model.Video{
  duration: integer(),
  file_id: binary(),
  file_size: integer(),
  height: integer(),
  mime_type: binary(),
  thumb: Alexia.Model.PhotoSize.t(),
  width: integer()
}