mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
867 B
867 B
title | description | nav_exclude | image |
---|---|---|---|
documentAttributeAudio | Represents an audio file | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: documentAttributeAudio_45
Represents an audio file
Attributes:
Name | Type | Required | Description |
---|---|---|---|
duration | int | Optional | Duration in seconds |
title | string | Yes | Name of song |
performer | string | Yes | Performer |
Type: DocumentAttribute
Example:
$documentAttributeAudio_45 = ['_' => 'documentAttributeAudio', 'duration' => int, 'title' => 'string', 'performer' => 'string'];