Skip to main content
Module

x/discord_api_types/v9.ts>APIAllowedMentions

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIAllowedMentions
Re-export
import { type APIAllowedMentions } from "https://deno.land/x/discord_api_types@0.37.11/v9.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)