MadelineProtoDocs/old_docs/API_docs_v25/constructors/documentAttributeAudio.md
2018-04-04 19:52:48 +02:00

799 B

title description image
documentAttributeAudio documentAttributeAudio attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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}