interface EditMessageimport { type EditMessage } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; https://discord.com/developers/docs/resources/channel#edit-message-json-params Propertiesoptionalcontent: string | nullThe new message contents (up to 2000 characters) optionalembeds: Embed[] | nullEmbedded rich content (up to 6000 characters) optionalflags: 4 | nullEdit the flags of the message (only SUPPRESS_EMBEDS can currently be set/unset) optionalfile: FileContent | FileContent[] | nullThe contents of the file being sent/edited optionalallowedMentions: AllowedMentionsAllowed mentions for the message optionalattachments: Attachment[]When specified (adding new attachments), attachments which are not provided in this list will be removed. optionalcomponents: MessageComponentsThe components you would like to have sent in this message