sendInteractions method
Send information about interactions with feed items back to the feed generator that served them.
Implementation
Future<XRPCResponse<EmptyData>> sendInteractions({
required List<Interaction> interactions,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyFeedSendInteractions(
interactions: interactions,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);