@typed-discord/rest
Preparing search index...
types
AuditLogEntryResponse
Interface AuditLogEntryResponse
interface
AuditLogEntryResponse
{
action_type
:
AuditLogActionTypes
;
changes
?:
AuditLogObjectChangeResponse
[]
;
id
:
`
${
bigint
}
`
;
options
?:
{
[
key
:
string
]:
string
}
;
reason
?:
string
;
target_id
:
`
${
bigint
}
`
|
null
;
user_id
:
`
${
bigint
}
`
|
null
;
}
Index
Properties
action_
type
changes?
id
options?
reason?
target_
id
user_
id
Properties
action_
type
action_type
:
AuditLogActionTypes
Optional
changes
changes
?:
AuditLogObjectChangeResponse
[]
id
id
:
`
${
bigint
}
`
Optional
options
options
?:
{
[
key
:
string
]:
string
}
Optional
reason
reason
?:
string
target_
id
target_id
:
`
${
bigint
}
`
|
null
user_
id
user_id
:
`
${
bigint
}
`
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action_
type
changes
id
options
reason
target_
id
user_
id
@typed-discord/rest
Loading...