Nadia.Model.Animation (nadia v1.6.1)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.Animation{
  duration: integer(),
  file_id: binary(),
  file_name: binary(),
  file_size: integer(),
  file_unique_id: binary(),
  height: integer(),
  mime_type: binary(),
  thumbnail: Nadia.Model.PhotoSize.t(),
  width: integer()
}