Skip to main content
Module

x/discordeno/mod.ts>AllowedMentions

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