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

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.Audio{
  duration: integer(),
  file_id: binary(),
  file_size: integer(),
  mime_type: binary(),
  performer: binary(),
  title: binary()
}