AuditLogGetRequestBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun toRequest(): AuditLogGetRequest

Properties

Link copied to clipboard
var action: AuditLogEvent?

The type of AuditLogEvent which should be filtered for. null by default.

Link copied to clipboard
var after: Snowflake?

The time, represented as a Snowflake, before which entries are no longer returned.

Link copied to clipboard
var before: Snowflake?

The time, represented as a Snowflake, after which entries are no longer returned.

Link copied to clipboard
var limit: Int?

How many entries are returned.

Link copied to clipboard
var userId: Snowflake?

The id of the user whose actions should be filtered for. null by default.