matrix-js-sdk

    Interface IPreviewUrlResponse

    interface IPreviewUrlResponse {
        "matrix:image:size"?: number;
        "og:description"?: string;
        "og:image"?: string;
        "og:image:height"?: number;
        "og:image:type"?: string;
        "og:image:width"?: number;
        "og:title": string;
        "og:type": string;
        "og:url": string;
        [key: string]: undefined | string | number;
    }

    Indexable

    • [key: string]: undefined | string | number
    Index

    Properties

    "matrix:image:size"?: number
    "og:description"?: string
    "og:image"?: string
    "og:image:height"?: number
    "og:image:type"?: string
    "og:image:width"?: number
    "og:title": string
    "og:type": string
    "og:url": string
    MMNEPVFCICPMFPCPTTAAATR