ultra-telegram-framework
    Preparing search index...

    Interface RichBlockVideo

    A block with a video, corresponding to the HTML tag

    interface RichBlockVideo {
        caption?: RichBlockCaption;
        has_spoiler?: boolean;
        type: string;
        video: Video;
    }
    Index

    Properties

    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 "video"

    video: Video

    The video