getListMutes method
Enumerates mod lists that the requesting account (actor) currently has muted. Requires auth.
Implementation
Future<XRPCResponse<GraphGetListMutesOutput>> getListMutes({
int? limit,
String? cursor,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyGraphGetListMutes(
limit: limit,
cursor: cursor,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);