interface AllowedMentionsimport { type AllowedMentions } 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. optionalrepliedUser: booleanFor replies, whether to mention the author of the message being replied to (default false) optionalroles: bigint[]Array of role_ids to mention (Max size of 100) optionalusers: bigint[]Array of user_ids to mention (Max size of 100) import AllowedMentionsimport { AllowedMentions } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";