reactionScores property

Map<String, int> reactionScores
getter/setter pair

An object containing scores of reactions of each type. Key: reaction type (string), value: total score of reactions (int)

Implementation

Map<String, int> reactionScores;