Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>DiscordAllowedMentions

Discord API library for Node and Deno
Go to Latest
interface DiscordAllowedMentions
Re-export
import { type DiscordAllowedMentions } from "https://deno.land/x/discordeno_patched@18.0.2/mod.ts";

Properties

optional
parse: AllowedMentionsTypes[]

An array of allowed mention types to parse from the content.

optional
replied_user: boolean

For replies, whether to mention the author of the message being replied to (default false)

optional
roles: string[]

Array of role_ids to mention (Max size of 100)

optional
users: string[]

Array of user_ids to mention (Max size of 100)