Interface IThumbnail

interface IThumbnail {
    height?: number;
    proxy_url?: string;
    url: string | IAttachment;
    width?: number;
}

Properties

height?: number
proxy_url?: string
url: string | IAttachment
width?: number

Generated using TypeDoc