Skip to content

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>.

Documentation

Properties

PropertyTypeDescriptionDefined in
animationTelegramInputMediaAnimationThe animation. Caption is ignored.@gramio/types/out/objects.d.ts:8820
caption?TelegramRichBlockCaptionOptional. 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