Interface RawUnfurledMediaItem

interface RawUnfurledMediaItem {
    attachment_id?: string;
    content_type?: string;
    height?: number;
    proxy_url?: string;
    url: string;
    width?: number;
}

Properties

attachment_id?: string
content_type?: string
height?: number
proxy_url?: string
url: string
width?: number