MadelineProto/docs/API_docs/constructors/documentAttributeAudio.md
2016-12-19 20:35:27 +03:00

622 B

Constructor: documentAttributeAudio

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, ];