ultra-telegram-framework
    Preparing search index...

    Interface RichBlockCollage

    A collage, corresponding to the custom HTML tag .

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

    Properties

    Properties

    blocks: RichBlock[]

    Elements of the collage

    Optional. Caption of the block

    type: string

    Type of the block, always "collage"