Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/structures/index.ts>Attachment

A package to interract with the Discord API coded by myself
Latest
interface Attachment
Re-export
import { type Attachment } from "https://deno.land/x/higa@0.1.2/deno/structures/index.ts";

Properties

id: string
filename: string
optional
description: string
optional
content_type: string
size: number
url: string
optional
proxy_url: string
optional
height: number
optional
width: number
optional
ephemeral: boolean