getTaggedSuggestions method
Get a list of suggestions (feeds and users) tagged with categories
Implementation
Future<XRPCResponse<UnspeccedGetTaggedSuggestionsOutput>>
getTaggedSuggestions({
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetTaggedSuggestions(
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);