AuditLog
public enum AuditLog
Options when getting an audit log.
-
Action type.
Declaration
Swift
case actionType(DiscordAuditLogActionType)
-
Actions before a specific time.
Declaration
Swift
case before(Snowflake)
-
The max num of entries. Default 50. Min 1. Max 100.
Declaration
Swift
case limit(Int)
-
Filters for a specific user.
Declaration
Swift
case userId(Snowflake)