ReactionData

constructor(type: String, user: User, emoji: String?, custom: Map<String, Any?>?)

Parameters

type

The type of reaction.

user

The User who sent the reaction.

emoji

Code of the emoji, if it exists.

custom

Custom extra data to enrich the reaction.