fetchAuditLogs abstract method

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

Fetches audit logs of guild

Implementation

Future<IAuditLog> fetchAuditLogs(Snowflake guildId, {Snowflake? userId, AuditLogEntryType? auditType, Snowflake? before, int? limit});