@typed-discord/rest
Preparing search index...
types
UserProfileRuleResponse
Interface UserProfileRuleResponse
interface
UserProfileRuleResponse
{
actions
:
(
|
BlockMessageActionResponse
|
FlagToChannelActionResponse
|
QuarantineUserActionResponse
|
UserCommunicationDisabledActionResponse
)
[]
;
creator_id
:
`
${
bigint
}
`
;
enabled
:
boolean
;
event_type
:
AutomodEventType
;
exempt_channels
:
`
${
bigint
}
`
[]
;
exempt_roles
:
`
${
bigint
}
`
[]
;
guild_id
:
`
${
bigint
}
`
;
id
:
`
${
bigint
}
`
;
name
:
string
;
trigger_metadata
:
UserProfileMetadataResponse
;
trigger_type
:
USER_PROFILE
;
}
Index
Properties
actions
creator_
id
enabled
event_
type
exempt_
channels
exempt_
roles
guild_
id
id
name
trigger_
metadata
trigger_
type
Properties
actions
actions
:
(
|
BlockMessageActionResponse
|
FlagToChannelActionResponse
|
QuarantineUserActionResponse
|
UserCommunicationDisabledActionResponse
)
[]
creator_
id
creator_id
:
`
${
bigint
}
`
enabled
enabled
:
boolean
event_
type
event_type
:
AutomodEventType
exempt_
channels
exempt_channels
:
`
${
bigint
}
`
[]
exempt_
roles
exempt_roles
:
`
${
bigint
}
`
[]
guild_
id
guild_id
:
`
${
bigint
}
`
id
id
:
`
${
bigint
}
`
name
name
:
string
trigger_
metadata
trigger_metadata
:
UserProfileMetadataResponse
trigger_
type
trigger_type
:
USER_PROFILE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
creator_
id
enabled
event_
type
exempt_
channels
exempt_
roles
guild_
id
id
name
trigger_
metadata
trigger_
type
@typed-discord/rest
Loading...