OBJECT
UnlockRandomSubscriberEmotePayload
The response from redeeming the unlock a random subscriber emote reward.
link GraphQL Schema definition
1 type UnlockRandomSubscriberEmotePayload { 2 3 # The user's new Community Points balance. 4 : Int 5 6 # The random emote that was unlocked. 7 : CommunityPointsEmote 8 9 # The error that occurred during redemption, if any. 10 : CommunityPointsUnlockEmoteError 11 12 }