Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RESTPostAPIContextMenuApplicationCommandsJSONBody

Hierarchy

  • RESTPostAPIBaseApplicationCommandsJSONBody
    • RESTPostAPIContextMenuApplicationCommandsJSONBody

Index

Properties

default_member_permissions?: null | string

Set of permissions represented as a bitset

default_permission?: boolean

Whether the command is enabled by default when the app is added to a guild

If missing, this property should be assumed as true

deprecated

Use dm_permission and/or default_member_permissions instead

description_localizations?: null | Partial<Record<"en-US" | "en-GB" | "bg" | "zh-CN" | "zh-TW" | "hr" | "cs" | "da" | "nl" | "fi" | "fr" | "de" | "el" | "hi" | "hu" | "it" | "ja" | "ko" | "lt" | "no" | "pl" | "pt-BR" | "ro" | "ru" | "es-ES" | "sv-SE" | "th" | "tr" | "uk" | "vi", null | string>>

Localization dictionary for the description field. Values follow the same restrictions as description

dm_permission?: null | boolean

Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible

name: string

1-32 character name; CHAT_INPUT command names must be all lowercase matching ^[-_\p{L}\p{N}\p{sc=Deva}\p{sc=Thai}]{1,32}$

name_localizations?: null | Partial<Record<"en-US" | "en-GB" | "bg" | "zh-CN" | "zh-TW" | "hr" | "cs" | "da" | "nl" | "fi" | "fr" | "de" | "el" | "hi" | "hu" | "it" | "ja" | "ko" | "lt" | "no" | "pl" | "pt-BR" | "ro" | "ru" | "es-ES" | "sv-SE" | "th" | "tr" | "uk" | "vi", null | string>>

Localization dictionary for the name field. Values follow the same restrictions as name

The parameters for the CHAT_INPUT command, max 25

type: User | Message

Generated using TypeDoc version 0.22.16, the 9/16/2022 at 1:09:17 AM