mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:07:21 +01:00
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, ];