Nadia.Model.Document (nadia v1.6.1)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.Document{
  file_id: binary(),
  file_name: binary(),
  file_size: integer(),
  file_unique_id: binary(),
  mime_type: binary(),
  thumb: Nadia.Model.PhotoSize.t(),
  thumbnail: Nadia.Model.PhotoSize.t()
}