We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0899eb9
ReactionBatch response = client.reactions().getBatch(List.of("id1", "id2", "id3")).join(); List<Reaction> result = response.getReactions();