Skip to main content
Module

x/natico/discordeno_deps.ts>DiscordenoAttachment

A powerful and customizable framework for Discordeno
Latest
interface DiscordenoAttachment
Re-export
import { type DiscordenoAttachment } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_deps.ts";

Properties

id: bigint

Attachment id

filename: string

Name of file attached

optional
contentType: string

The attachment's media type

size: number

Size of file in bytes

url: string

Source url of file

proxyUrl: string

A proxied url of file

optional
height: number

Height of file (if image)

optional
width: number

Width of file (if image)