typealias RESTPatchAPIApplicationGuildCommandResult

external
export type RESTPatchAPIApplicationGuildCommandResult = Omit<APIApplicationCommand, 'contexts' | 'dm_permission' | 'integration_types'>;

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

Union Members

Omit<APIApplicationCommand, 'contexts' 'dm_permission' 'integration_types'>