1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:16:55 +01:00
MadelineProto/docs/TD_docs/constructors/voice.md
2017-08-25 15:05:53 +02:00

821 B

title description
voice Describes voice note. Voice must be encoded with Opus codec and must be stored inside Ogg container

Constructor: voice

Back to constructors index

Describes voice note. Voice must be encoded with Opus codec and must be stored inside Ogg container

Attributes:

Name Type Required Description
duration int Yes Duration of the voice record in seconds as defined by sender
waveform bytes Yes Waveform representation of the voice in 5-bit format
mime_type string Yes MIME type of a file as defined by sender
voice file Yes File with the voice record

Type: Voice