interface ReactionData {
    reactionCount: number;
    unicodeEmojiId: string;
}

Properties

reactionCount: number
unicodeEmojiId: string