typealias RESTPostAPIApplicationGuildCommandsJSONBody

external
export type RESTPostAPIApplicationGuildCommandsJSONBody = Omit<RESTPostAPIChatInputApplicationCommandsJSONBody, 'contexts' | 'dm_permission' | 'integration_types'> | Omit<RESTPostAPIContextMenuApplicationCommandsJSONBody, 'contexts' | 'dm_permission' | 'integration_types'>;

See also: https://discord.com/developers/docs/interactions/application-commands#create-guild-application-command

Union Members

Omit<RESTPostAPIChatInputApplicationCommandsJSONBody, 'contexts' 'dm_permission' 'integration_types'> Omit<RESTPostAPIContextMenuApplicationCommandsJSONBody, 'contexts' 'dm_permission' 'integration_types'>