Skip to content

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

Documentation

Properties

PropertyTypeDescriptionDefined in
caption?TelegramRichBlockCaptionOptional. 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
videoTelegramInputMediaVideoThe video. Caption is ignored.@gramio/types/out/objects.d.ts:8900