mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
769 B
769 B
title | description | nav_exclude | image |
---|---|---|---|
pageBlockAudio | Audio | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockAudio
Audio
Attributes:
Name | Type | Required | Description |
---|---|---|---|
audio_id | long | Yes | Audio ID (to be fetched from the container page constructor |
caption | PageCaption | Yes | Audio caption |
Type: PageBlock
Example:
$pageBlockAudio = ['_' => 'pageBlockAudio', 'audio_id' => long, 'caption' => PageCaption];