diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
AuditLog
Audit
Log
@
Serializable
data
class
AuditLog
(
val
webhooks
:
List
<
Webhook
>
,
val
users
:
List
<
User
>
,
val
entries
:
List
<
AuditLogEntry
>
,
val
integrations
:
List
<
PartialGuildIntegration
>
)
(
source
)
Members
Constructors
Audit
Log
Link copied to clipboard
constructor
(
webhooks
:
List
<
Webhook
>
,
users
:
List
<
User
>
,
entries
:
List
<
AuditLogEntry
>
,
integrations
:
List
<
PartialGuildIntegration
>
)
Properties
entries
Link copied to clipboard
@
SerialName
(
value
=
"audit_log_entries"
)
val
entries
:
List
<
AuditLogEntry
>
integrations
Link copied to clipboard
@
SerialName
(
value
=
"integrations"
)
val
integrations
:
List
<
PartialGuildIntegration
>
users
Link copied to clipboard
@
SerialName
(
value
=
"users"
)
val
users
:
List
<
User
>
webhooks
Link copied to clipboard
@
SerialName
(
value
=
"webhooks"
)
val
webhooks
:
List
<
Webhook
>