777 B
777 B
title | description |
---|---|
documentAttributeAudio | documentAttributeAudio attributes, type and example |
Constructor: documentAttributeAudio_46
Attributes:
Name | Type | Required |
---|---|---|
duration | int | Yes |
title | string | Yes |
performer | string | Yes |
Type: DocumentAttribute
Example:
$documentAttributeAudio_46 = ['_' => 'documentAttributeAudio', 'duration' => int, 'title' => string, 'performer' => string, ];
Or, if you're into Lua:
documentAttributeAudio_46={_='documentAttributeAudio', duration=int, title=string, performer=string, }