# Get Comment Reaction Data

The `myReactions` property allows users to retrieve a list of all reactions they have made on a particular comment. This feature makes it easy for users to keep track of their own reactions and to see how their engagement with the post has evolved over time.

The `reactions` property, on the other hand, provides a list of all reactions made on the post. This includes reactions made by other users, providing a broader perspective on the post's overall engagement and sentiment.

Finally, the `reactionsCount` property provides a simple way to get the total count of reactions on a comment. By using this property, users can quickly see how popular a post is and how engaged the community is with the content.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/b024a7b06fe507d0be46fafcfcff29ca>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/2ed17b96eba985e573509cc8cb890c30#file-amitycommentreaction-kt>" %}
{% endtab %}

{% tab title="TypeScript" %}
{% embed url="<https://gist.github.com/0bc0e5a6bba26ed6feee2a857ddd33a3>" %}
{% endtab %}

{% tab title="Flutter" %}
Supported ✅ (Please wait while we prepare a real example!)
{% endtab %}
{% endtabs %}

For more details on Reactions, refer to our [Reactions](https://docs.social.plus/social-plus-sdk/social/reactions) documentation.
