Voice#

class pyrogram.types.Voice#

A voice note.

Parameters:
  • file_id (str) – Identifier for this file, which can be used to download or reuse the file.

  • file_unique_id (str) – Unique identifier for this file, which is supposed to be the same over time and for different accounts. Can’t be used to download or reuse the file.

  • duration (int) – Duration of the audio in seconds as defined by sender.

  • waveform (bytes, optional) – Voice waveform.

  • mime_type (str, optional) – MIME type of the file as defined by sender.

  • file_size (int, optional) – File size.

  • date (datetime, optional) – Date the voice was sent.