interface DiscordEmbedThumbnailimport { type DiscordEmbedThumbnail } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts"; https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure Propertiesurl: stringSource url of thumbnail (only supports http(s) and attachments) optionalproxy_url: stringA proxied url of the thumbnail optionalheight: numberHeight of thumbnail optionalwidth: numberWidth of thumbnail