GramIO API Reference / gramio/dist / TelegramRichBlockVideo
Interface: TelegramRichBlockVideo
Defined in: @gramio/types/out/objects.d.ts:8324
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:8340 |
has_spoiler? | true | Optional. True, if the media preview is covered by a spoiler animation | @gramio/types/out/objects.d.ts:8336 |
type | "video" | Type of the block, always “video” | @gramio/types/out/objects.d.ts:8328 |
video | TelegramVideo | The video | @gramio/types/out/objects.d.ts:8332 |