Skip to main content
Module

x/biscuit/mod.ts>Attachment

A Discord library that is easy to use but reliable on its core 🥠
Latest
class Attachment
implements Model
Re-export
import { Attachment } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Represents an attachment

Constructors

new
Attachment(session: Session, data: DiscordAttachment)

Properties

attachment: string
optional
contentType: string
ephemeral: boolean
optional
height: number
readonly
id: Snowflake
name: string
proxyUrl: string
readonly
session: Session
size: number
optional
width: number