Skip to content

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

Documentation

Properties

PropertyTypeDescriptionDefined in
animationTelegramAnimationThe animation@gramio/types/out/objects.d.ts:8244
caption?TelegramRichBlockCaptionOptional. Caption of the block@gramio/types/out/objects.d.ts:8252
has_spoiler?trueOptional. 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