Rich messages

InputRichBlockVideo

A block with a video, corresponding to the HTML tag <video>.

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “video”
videoInputMediaVideorequiredThe video. Caption is ignored.
captionRichBlockCaptionoptionalOptional. Caption of the block

import

types.ts
import type { InputRichBlockVideo } from "@yaebal/types";

used by

types