@typed-discord/rest
Preparing search index...
types
AuditLogEntryResponse
Function AuditLogEntryResponse
AuditLogEntryResponse
(
id
:
`
${
bigint
}
`
,
action_type
:
AuditLogActionTypes
,
user_id
:
`
${
bigint
}
`
|
null
,
target_id
:
`
${
bigint
}
`
|
null
,
optional
?:
Omit
<
AuditLogEntryResponse
,
"id"
|
"action_type"
|
"user_id"
|
"target_id"
,
>
,
)
:
AuditLogEntryResponse
Parameters
id
:
`
${
bigint
}
`
action_type
:
AuditLogActionTypes
user_id
:
`
${
bigint
}
`
|
null
target_id
:
`
${
bigint
}
`
|
null
Optional
optional
:
Omit
<
AuditLogEntryResponse
,
"id"
|
"action_type"
|
"user_id"
|
"target_id"
>
Returns
AuditLogEntryResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...