Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
GuildAuditLogsEntry
Class GuildAuditLogsEntry<TAction, TActionType, TTargetType>
Type Parameters
TAction
extends
AuditLogEvent
=
AuditLogEvent
TActionType
extends
GuildAuditLogsActionType
=
TAction
extends
keyof
GuildAuditLogsTypes
?
GuildAuditLogsTypes
[
TAction
]
[
1
]
:
"All"
TTargetType
extends
GuildAuditLogsTargetType
=
TAction
extends
keyof
GuildAuditLogsTypes
?
GuildAuditLogsTypes
[
TAction
]
[
0
]
:
"Unknown"
Index
Properties
action
action
Type
changes
executor
executor
Id
extra
id
reason
target
target
Id
target
Type
Targets
Accessors
created
At
created
Timestamp
Methods
toJSON
action
Type
target
Type
Properties
action
action
:
TAction
action
Type
actionType
:
TActionType
changes
changes
:
AuditLogChange
[]
executor
executor
:
null
|
User
|
PartialUser
executor
Id
executorId
:
null
|
string
extra
extra
:
TAction
extends
keyof
GuildAuditLogsEntryExtraField
?
GuildAuditLogsEntryExtraField
[
TAction
<
TAction
>
]
:
null
id
id
:
string
reason
reason
:
null
|
string
target
target
:
TTargetType
extends
keyof
GuildAuditLogsEntryTargetField
<
TAction
>
?
GuildAuditLogsEntryTargetField
<
TAction
>
[
TTargetType
<
TTargetType
>
]
:
null
|
{
id
:
undefined
|
string
;
[
x
:
string
]:
unknown
}
target
Id
targetId
:
null
|
string
target
Type
targetType
:
TTargetType
Static
Targets
Targets
:
GuildAuditLogsTargets
Accessors
created
At
get
createdAt
()
:
Date
Returns
Date
created
Timestamp
get
createdTimestamp
()
:
number
Returns
number
Methods
toJSON
toJSON
()
:
unknown
Returns
unknown
Static
action
Type
actionType
(
action
:
AuditLogEvent
)
:
GuildAuditLogsActionType
Parameters
action
:
AuditLogEvent
Returns
GuildAuditLogsActionType
Static
target
Type
targetType
(
target
:
AuditLogEvent
)
:
GuildAuditLogsTargetType
Parameters
target
:
AuditLogEvent
Returns
GuildAuditLogsTargetType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
action
Type
changes
executor
executor
Id
extra
id
reason
target
target
Id
target
Type
Targets
Accessors
created
At
created
Timestamp
Methods
toJSON
action
Type
target
Type
discord-js-button-pagination-ts
Loading...