@Stable() public final class ReactionData
Represents the information about a successfully sent reaction.
private final String
type
private final User
user
emoji
private final Map<String, Object>
custom
ReactionData(String type, User user, String emoji, Map<String, Object> custom)
final String
getType()
final User
getUser()
getEmoji()
final Map<String, Object>
getCustom()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getType()
final User getUser()
final String getEmoji()
final Map<String, Object> getCustom()