@typed-discord/rest
    Preparing search index...

    Interface UnfurledMediaResponse

    interface UnfurledMediaResponse {
        attachment_id?: `${bigint}`;
        content_type?: string | null;
        height?: number | null;
        id: `${bigint}`;
        proxy_url: string;
        url: string;
        width?: number | null;
    }
    Index

    Properties

    attachment_id?: `${bigint}`
    content_type?: string | null
    height?: number | null
    id: `${bigint}`
    proxy_url: string
    url: string
    width?: number | null