ExGram.Model.Audio (ex_gram v0.33.0) View Source

This object represents an audio file to be treated as music by the Telegram clients.

Check the documentation of this model in https://core.telegram.org/bots/api#audio

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.Audio{
  duration: integer(),
  file_id: String.t(),
  file_name: String.t() | nil,
  file_size: integer() | nil,
  file_unique_id: String.t(),
  mime_type: String.t() | nil,
  performer: String.t() | nil,
  thumb: ExGram.Model.PhotoSize.t() | nil,
  title: String.t() | nil
}

Link to this section Functions