774 B
774 B
title | description |
---|---|
documentAttributeAudio | documentAttributeAudio attributes, type and example |
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, ];