View Source Elixteg.Model.Document (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

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