MadelineProto/docs/API_docs/constructors/documentAttributeAudio_23.md

613 B

title description
documentAttributeAudio documentAttributeAudio attributes, type and example

Constructor: documentAttributeAudio_23

Back to constructors index

Attributes:

Name Type Required
duration int Yes

Type: DocumentAttribute

Example:

$documentAttributeAudio_23 = ['_' => 'documentAttributeAudio', 'duration' => int, ];

Or, if you're into Lua:

documentAttributeAudio_23={_='documentAttributeAudio', duration=int, }