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

This object represents a voice note.

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

Summary

Types

@type t() :: %ExGram.Model.Voice{
  duration: integer(),
  file_id: String.t(),
  file_size: integer() | nil,
  file_unique_id: String.t(),
  mime_type: String.t() | nil
}

Functions