ultra-telegram-framework
    Preparing search index...

    Interface RichBlockSlideshow

    A slideshow, corresponding to the custom HTML tag .

    interface RichBlockSlideshow {
        blocks: RichBlock[];
        caption?: RichBlockCaption;
        type: string;
    }
    Index

    Properties

    Properties

    blocks: RichBlock[]

    Elements of the slideshow

    Optional. Caption of the block

    type: string

    Type of the block, always "slideshow"