GramIO API Reference / gramio/dist / TelegramInputRichBlockAnimation
Interface: TelegramInputRichBlockAnimation
Defined in: @gramio/types/out/objects.d.ts:8812
A block with an animation, corresponding to the HTML tag <video>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
animation | TelegramInputMediaAnimation | The animation. Caption is ignored. | @gramio/types/out/objects.d.ts:8820 |
caption? | TelegramRichBlockCaption | Optional. Caption of the block | @gramio/types/out/objects.d.ts:8824 |
type | "animation" | Type of the block, always “animation” | @gramio/types/out/objects.d.ts:8816 |