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