Skip to content

v3.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 14:05
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();