interface DiscordAttachmentimport { type DiscordAttachment } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/resources/channel#attachment-object Propertiesfilename: stringName of file attached optionalcontent_type: stringThe attachment's media type size: numberSize of file in bytes url: stringSource url of file proxy_url: stringA proxied url of file id: stringAttachment id optionaldescription: stringdescription for the file (max 1024 characters) optionalheight: number | nullHeight of file (if image) optionalwidth: number | nullWidth of file (if image) optionalephemeral: booleanwhether this attachment is ephemeral. Ephemeral attachments will automatically be removed after a set period of time. Ephemeral attachments on messages are guaranteed to be available as long as the message itself exists. import DiscordAttachmentimport { DiscordAttachment } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";