toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.entity
/
AuditLogEntry
Audit
Log
Entry
class
AuditLogEntry
(
val
data
:
DiscordAuditLogEntry
,
val
kord
:
Kord
)
:
KordObject
(
source
)
Members
Constructors
Audit
Log
Entry
Link copied to clipboard
constructor
(
data
:
DiscordAuditLogEntry
,
kord
:
Kord
)
Properties
action
Type
Link copied to clipboard
val
actionType
:
AuditLogEvent
changes
Link copied to clipboard
val
changes
:
List
<
AuditLogChange
<
*
>
>
data
Link copied to clipboard
val
data
:
DiscordAuditLogEntry
id
Link copied to clipboard
val
id
:
Snowflake
kord
Link copied to clipboard
open
override
val
kord
:
Kord
The kord instance that created this object.
options
Link copied to clipboard
val
options
:
AuditLogEntryOptionalInfo
?
reason
Link copied to clipboard
val
reason
:
String
?
target
Id
Link copied to clipboard
val
targetId
:
Snowflake
?
user
Id
Link copied to clipboard
val
userId
:
Snowflake
?
Functions
get
Link copied to clipboard
operator
fun
<
T
>
get
(
value
:
AuditLogChangeKey
<
T
>
)
:
AuditLogChange
<
T
>
?