592 B
592 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 = ['voice' => Bool, 'duration' => int, 'title' => string, 'performer' => string, 'waveform' => bytes, ];