Rich messages

InputRichBlockAnimation

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

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “animation”
animationInputMediaAnimationrequiredThe animation. Caption is ignored.
captionRichBlockCaptionoptionalOptional. Caption of the block

import

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

used by

types