fetchAuditLogs abstract method

Future<AuditLog> fetchAuditLogs(
  1. Snowflake guildId, {
  2. Snowflake? userId,
  3. int? actionType,
  4. Snowflake? before,
  5. int? limit,
})

Fetches audit logs of guild

Implementation

Future<AuditLog> fetchAuditLogs(Snowflake guildId,
    {Snowflake? userId, int? actionType, Snowflake? before, int? limit});