View Source Telegex.Type.Voice (Telegex v1.0.0-rc.3)

This object represents a voice note.

Link to this section Summary

Link to this section Types

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