AuditLogGetRequest

data class AuditLogGetRequest(val userId: Snowflake? = null, val action: AuditLogEvent? = null, val before: Snowflake? = null, val after: Snowflake? = null, val limit: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(userId: Snowflake? = null, action: AuditLogEvent? = null, before: Snowflake? = null, after: Snowflake? = null, limit: Int? = null)

Properties

Link copied to clipboard
val action: AuditLogEvent? = null
Link copied to clipboard
val after: Snowflake? = null
Link copied to clipboard
val before: Snowflake? = null
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val userId: Snowflake? = null