Skip to main content
Module

x/denocordts/deps.ts>APIAllowedMentions

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIAllowedMentions
Re-export
import { type APIAllowedMentions } from "https://deno.land/x/denocordts@1.2.0/deps.ts";

Properties

optional
parse: AllowedMentionsTypes[]
optional
roles: Snowflake[]

Array of role_ids to mention (Max size of 100)

optional
users: Snowflake[]

Array of user_ids to mention (Max size of 100)

optional
replied_user: boolean

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