MadelineProtoDocs/old_docs/API_docs_v27/constructors/documentAttributeAudio.md
2018-04-01 13:24:46 +02:00

725 B

title description
documentAttributeAudio documentAttributeAudio attributes, type and example

Constructor: documentAttributeAudio

Back to constructors index

Attributes:

Name Type Required
duration int Optional

Type: DocumentAttribute

Example:

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

PWRTelegram json-encoded version:

{"_": "documentAttributeAudio", "duration": int}

Or, if you're into Lua:

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