Skip to main content
Latest
interface RawAttachment
import { type RawAttachment } from "https://deno.land/x/denord@0.1.0/raw/RawAttachment.ts";

Properties

attachment id

filename: string

name of file attached

size: integer

size of file in bytes

url: string

source url of file

proxy_url: string

a proxied url of file

height: integer

height of file (if image)

width: integer

width of file (if image)