Nadia.Model.LivePhoto (nadia v1.6.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.LivePhoto{
  duration: integer(),
  file_id: binary(),
  file_size: integer(),
  file_unique_id: binary(),
  height: integer(),
  mime_type: binary(),
  photo: [Nadia.Model.PhotoSize.t()],
  width: integer()
}