getTaggedSuggestions method

Future<XRPCResponse<UnspeccedGetTaggedSuggestionsOutput>> getTaggedSuggestions({
  1. Map<String, String>? $headers,
  2. Map<String, String>? $unknown,
})

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,
);