Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/harmony/src/types/channel.ts>Attachment

An easy to use Discord API Library for Deno.
Latest
interface Attachment
import { type Attachment } from "https://deno.land/x/harmony@v2.9.1/src/types/channel.ts";

Properties

id: string
filename: string
size: number
url: string
proxy_url: string
height: number | undefined
width: number | undefined