Skip to main content
Latest
interface AllowedMentions
import { type AllowedMentions } from "https://deno.land/x/discordeno@18.0.1/types/discordeno.ts";

Properties

optional
parse: AllowedMentionsTypes[]

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

optional
repliedUser: boolean

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

optional
roles: bigint[]

Array of role_ids to mention (Max size of 100)

optional
users: bigint[]

Array of user_ids to mention (Max size of 100)