@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface MessageContent

    interface MessageContent {
        cards?: Card[];
        text?: string;
    }
    Index

    Properties

    Properties

    cards?: Card[]
    text?: string