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

This object represents a voice note.

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions