The type of discord.AuditLogEntry.ActionType to filter the results by.
If not specified, the request will return all action types.
The audit log entry id (or time, encoded as a snowflake) to start the scan from.
Results from discord.Guild.iterAuditLogs are returned by id in descending order (by time).
The maximum amount of entries to return with this call.
Note: If the requested limit is greater than 500, the function will throw an exception.
The user id of a discord.User to filter by.
Results will only be returned if they were performed by the user with the id set.
Generated using TypeDoc
A set of options to use when requesting audit log entries with discord.Guild.iterAuditLogs.