Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/types/mod.ts>AllowedMentions

Discord API library for Deno
Extremely Popular
Go to Latest
interface AllowedMentions
import { type AllowedMentions } from "https://deno.land/x/discordeno@13.0.0-rc45/types/mod.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)