GramIO API Reference / gramio/dist / TelegramRichBlockAnimation
Interface: TelegramRichBlockAnimation
Defined in: @gramio/types/out/objects.d.ts:8236
A block with an animation, corresponding to the HTML tag <video>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
animation | TelegramAnimation | The animation | @gramio/types/out/objects.d.ts:8244 |
caption? | TelegramRichBlockCaption | Optional. Caption of the block | @gramio/types/out/objects.d.ts:8252 |
has_spoiler? | true | Optional. True, if the media preview is covered by a spoiler animation | @gramio/types/out/objects.d.ts:8248 |
type | "animation" | Type of the block, always “animation” | @gramio/types/out/objects.d.ts:8240 |