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)