Skip to content

v3.15.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 14:05
· 53 commits to main since this release
0899eb9

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