Skip to main content
{
	"emoji": ":heart:",
	"id": "reac_xxxxxxxxxxxxxxxxxxxxxx",
	"resource_id": "<string>",
	"user": {
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"username": "johndoe42"
	}
}
emoji
string | null
required
The emoji used for this reaction in shortcode format. Null if the reaction type is not emoji.Example: :heart:
id
string
required
The unique identifier for the entityExample: reac_xxxxxxxxxxxxxxxxxxxxxx
resource_id
string
required
The unique identifier of the post this reaction was left on.
user
object
required
The user who left this reaction on the post.