@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface LinkPreviewResult

    interface LinkPreviewResult {
        data: {
            canonicalUrl?: string;
            description?: string;
            doNotPlayInline: boolean;
            matchedText: string;
            richPreviewType: number;
            thumbnail?: string;
            title?: string;
        };
        url: string;
    }
    Index

    Properties

    Properties

    data: {
        canonicalUrl?: string;
        description?: string;
        doNotPlayInline: boolean;
        matchedText: string;
        richPreviewType: number;
        thumbnail?: string;
        title?: string;
    }
    url: string