@typed-discord/rest
Preparing search index...
types
DefaultKeywordListUpsertRequest
Interface DefaultKeywordListUpsertRequest
interface
DefaultKeywordListUpsertRequest
{
actions
?:
|
(
|
BlockMessageAction
|
FlagToChannelAction
|
QuarantineUserAction
|
UserCommunicationDisabledAction
)
[]
|
null
;
enabled
?:
boolean
|
null
;
event_type
:
AutomodEventType
;
exempt_channels
?:
`
${
bigint
}
`
[]
|
null
;
exempt_roles
?:
`
${
bigint
}
`
[]
|
null
;
name
:
string
;
trigger_metadata
:
DefaultKeywordListTriggerMetadata
;
trigger_type
:
DEFAULT_KEYWORD_LIST
;
}
Index
Properties
actions?
enabled?
event_
type
exempt_
channels?
exempt_
roles?
name
trigger_
metadata
trigger_
type
Properties
Optional
actions
actions
?:
|
(
|
BlockMessageAction
|
FlagToChannelAction
|
QuarantineUserAction
|
UserCommunicationDisabledAction
)
[]
|
null
Optional
enabled
enabled
?:
boolean
|
null
event_
type
event_type
:
AutomodEventType
Optional
exempt_
channels
exempt_channels
?:
`
${
bigint
}
`
[]
|
null
Optional
exempt_
roles
exempt_roles
?:
`
${
bigint
}
`
[]
|
null
name
name
:
string
trigger_
metadata
trigger_metadata
:
DefaultKeywordListTriggerMetadata
trigger_
type
trigger_type
:
DEFAULT_KEYWORD_LIST
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
enabled
event_
type
exempt_
channels
exempt_
roles
name
trigger_
metadata
trigger_
type
@typed-discord/rest
Loading...