Type alias AttachmentData

AttachmentData: {
    content_type?: string;
    filename: string;
    height?: number;
    id: Snowflake;
    proxy_url: string;
    size: number;
    url: string;
    width?: number;
} & AttachmentOptions

Generated using TypeDoc