unmuteThread method
Unmutes the specified thread. Requires auth.
Implementation
Future<XRPCResponse<EmptyData>> unmuteThread({
required AtUri root,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyGraphUnmuteThread(
root: root,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);