fetchPruneCount method

Future<int> fetchPruneCount(
  1. {int? days,
  2. List<Snowflake>? roleIds}
)

Fetch the member prune count for the given days and roleIds.

Implementation

Future<int> fetchPruneCount({int? days, List<Snowflake>? roleIds}) => manager.fetchPruneCount(id, days: days, roleIds: roleIds);