getSuggestedUsersForExplore method
Get a list of suggested users for the Explore page
Implementation
Future<XRPCResponse<UnspeccedGetSuggestedUsersForExploreOutput>>
getSuggestedUsersForExplore({
String? category,
int? limit,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetSuggestedUsersForExplore(
category: category,
limit: limit,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);