muteConvo method
Implementation
Future<XRPCResponse<ConvoMuteConvoOutput>> muteConvo({
required String convoId,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await chatBskyConvoMuteConvo(
convoId: convoId,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);