Created
April 7, 2019 19:18
-
-
Save iskenxan/1250c8606b9eef6dd97cbbb09149a78f to your computer and use it in GitHub Desktop.
Getting reactions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const reactions = client.reactions.filter({ | |
| 'activity_id': postActivityId | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment