GramIO API Reference / gramio/dist / TelegramInputRichBlockVideo
Interface: TelegramInputRichBlockVideo
Defined in: @gramio/types/out/objects.d.ts:8892
A block with a video, corresponding to the HTML tag <video>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
caption? | TelegramRichBlockCaption | Optional. Caption of the block | @gramio/types/out/objects.d.ts:8904 |
type | "video" | Type of the block, always “video” | @gramio/types/out/objects.d.ts:8896 |
video | TelegramInputMediaVideo | The video. Caption is ignored. | @gramio/types/out/objects.d.ts:8900 |