Skip to main content
Module

x/discordeno/mod.ts>DiscordAllowedMentions

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