interface DiscordAllowedMentionsimport { type DiscordAllowedMentions } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/resources/channel#allowed-mentions-object Propertiesoptionalparse: AllowedMentionsTypes[]An array of allowed mention types to parse from the content. optionalreplied_user: booleanFor replies, whether to mention the author of the message being replied to (default false) optionalroles: string[]Array of role_ids to mention (Max size of 100) optionalusers: string[]Array of user_ids to mention (Max size of 100) import DiscordAllowedMentionsimport { DiscordAllowedMentions } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";