Skip to content

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

Documentation

Properties

PropertyTypeDescriptionDefined in
caption?TelegramRichBlockCaptionOptional. Caption of the block@gramio/types/out/objects.d.ts:8340
has_spoiler?trueOptional. 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
videoTelegramVideoThe video@gramio/types/out/objects.d.ts:8332