getProfiles method
Get detailed profile views of multiple actors.
Implementation
Future<XRPCResponse<ActorGetProfilesOutput>> getProfiles({
required List<String> actors,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyActorGetProfiles(
actors: actors,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);