requested Audit Log
open override fun requestedAuditLog(guildId: Long, userId: GetterSnowFlake?, limit: Int, before: GetterSnowFlake?, actionType: AuditLogType?): CompletableDeferred<AuditLog>(source)
Request the audit log for the guild.
Return
A CompletableDeferred that will request the audit log.
Parameters
user Id
The id of the user.
limit
Maximum number of entries (between 1-100) to return, defaults to 50
before
Entries that preceded a specific audit log entry ID.
action Type
The type of action to filter by.