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

Properties

Properties

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