muteActorList method
Creates a mute relationship for the specified list of accounts. Mutes are private in Bluesky. Requires auth.
Implementation
Future<XRPCResponse<EmptyData>> muteActorList({
required AtUri list,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyGraphMuteActorList(
list: list,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);