All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.json.request.AuditLogGetRequest.kt Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package dev.kord.rest.json.request

import dev.kord.common.entity.AuditLogEvent
import dev.kord.common.entity.Snowflake

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy