760 B
760 B
title | description |
---|---|
pageBlockAudio | pageBlockAudio attributes, type and example |
Constructor: pageBlockAudio
Attributes:
Name | Type | Required |
---|---|---|
audio_id | long | Yes |
caption | RichText | Yes |
Type: PageBlock
Example:
$pageBlockAudio = ['_' => 'pageBlockAudio', 'audio_id' => long, 'caption' => RichText, ];
PWRTelegram json-encoded version:
{"_":"pageBlockAudio","audio_id":"long","caption":"RichText"}
Or, if you're into Lua:
pageBlockAudio={_='pageBlockAudio', audio_id=long, caption=RichText, }