Skip to main content
Module

x/discord_api_types/payloads/v8/channel.ts>APIAllowedMentions

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIAllowedMentions
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type APIAllowedMentions } from "https://deno.land/x/discord_api_types@0.37.11/payloads/v8/channel.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)