MadelineProto/old_docs/API_docs_v55/constructors/documentAttributeAudio.md

774 B

title description
documentAttributeAudio documentAttributeAudio attributes, type and example

Constructor: documentAttributeAudio

Back to constructors index

Attributes:

Name Type Required
voice Bool Optional
duration int Required
title string Optional
performer string Optional
waveform bytes Optional

Type: DocumentAttribute

Example:

$documentAttributeAudio = ['_' => 'documentAttributeAudio', 'voice' => true, 'duration' => int, 'title' => string, 'performer' => string, 'waveform' => bytes, ];