GramIO API Reference / gramio/dist / TelegramRichBlockVoiceNote
Interface: TelegramRichBlockVoiceNote
Defined in: @gramio/types/out/objects.d.ts:8348
A block with a voice note, corresponding to the HTML tag <audio>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
caption? | TelegramRichBlockCaption | Optional. Caption of the block | @gramio/types/out/objects.d.ts:8360 |
type | "voice_note" | Type of the block, always “voice_note” | @gramio/types/out/objects.d.ts:8352 |
voice_note | TelegramVoice | The voice note | @gramio/types/out/objects.d.ts:8356 |