Skip to main content
Module

x/discordeno/mod.ts>DiscordAllowedMentions

Discord API library for Deno
Extremely Popular
Go to Latest
interface DiscordAllowedMentions
import { type DiscordAllowedMentions } 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: string[]

Array of role_ids to mention (Max size of 100)

optional
users: string[]

Array of user_ids to mention (Max size of 100)