v3.15.0
3.15.0 (2024-11-21)
- Added support for Batch Get reactions
ReactionBatch response = client.reactions().getBatch(List.of("id1", "id2", "id3")).join();
List<Reaction> result = response.getReactions();
ReactionBatch response = client.reactions().getBatch(List.of("id1", "id2", "id3")).join();
List<Reaction> result = response.getReactions();