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

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

Summary

Types

@type 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,
  thumbnail: ExGram.Model.PhotoSize.t() | nil,
  title: String.t() | nil
}

Functions