@typed-discord/rest
Preparing search index...
types
DefaultKeywordListUpsertRequestPartial
Interface DefaultKeywordListUpsertRequestPartial
interface
DefaultKeywordListUpsertRequestPartial
{
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
Optional
event_
type
event_type
?:
AutomodEventType
Optional
exempt_
channels
exempt_channels
?:
`
${
bigint
}
`
[]
|
null
Optional
exempt_
roles
exempt_roles
?:
`
${
bigint
}
`
[]
|
null
Optional
name
name
?:
string
Optional
trigger_
metadata
trigger_metadata
?:
DefaultKeywordListTriggerMetadata
Optional
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...