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

This object represents a voice note.

Summary

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
}