ultra-telegram-framework
    Preparing search index...

    Interface RichBlockAnimation

    A block with an animation, corresponding to the HTML tag

    interface RichBlockAnimation {
        animation: Animation;
        caption?: RichBlockCaption;
        has_spoiler?: boolean;
        type: string;
    }
    Index

    Properties

    animation: Animation

    The animation

    Optional. Caption of the block

    has_spoiler?: boolean

    Optional. True, if the media preview is covered by a spoiler animation

    type: string

    Type of the block, always "animation"