InputRichBlockAnimation
A block with an animation, corresponding to the HTML tag <video>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “animation” |
animation | InputMediaAnimation | required | The animation. Caption is ignored. |
caption | RichBlockCaption | optional | Optional. Caption of the block |
import
import type { InputRichBlockAnimation } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#inputrichblockanimation