Skip to content

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>.

Documentation

Properties

PropertyTypeDescriptionDefined in
audioTelegramAudioThe audio@gramio/types/out/objects.d.ts:8268
caption?TelegramRichBlockCaptionOptional. 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