GramIO API Reference / gramio/dist / TelegramRichBlockAudio
Interface: TelegramRichBlockAudio
Defined in: @gramio/types/out/objects.d.ts:8260
A block with a music file, corresponding to the HTML tag <audio>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
audio | TelegramAudio | The audio | @gramio/types/out/objects.d.ts:8268 |
caption? | TelegramRichBlockCaption | Optional. Caption of the block | @gramio/types/out/objects.d.ts:8272 |
type | "audio" | Type of the block, always “audio” | @gramio/types/out/objects.d.ts:8264 |