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

x/denocordts/mod.ts>Attachment

An Object Oriented Discord API wrapper for Deno.
Latest
class Attachment
import { Attachment } from "https://deno.land/x/denocordts@1.2.0/mod.ts";

Constructors

new
Attachment(unnamed 0: { name: string; description?: string; file: Blob | Uint8Array | string; })

Properties

blob: Blob
description: string
name: string