Nadia.Model.Document (nadia v0.8.0)

View Source

Summary

Types

t()

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