MadelineProtoDocs/docs/API_docs/constructors/pageBlockAudio.md
2024-05-01 14:53:46 +02:00

769 B

title description nav_exclude image
pageBlockAudio Audio true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockAudio

Back to constructors index

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];