View Source Telegex.Type.Audio (Telegex v1.8.0)

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

Summary

Types

@type t() :: %Telegex.Type.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: Telegex.Type.PhotoSize.t() | nil,
  title: String.t() | nil
}