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