OBJECT

UnlockChosenSubscriberEmotePayload

The response from redeeming the unlock a chosen subscriber emote reward.

link GraphQL Schema definition

1type UnlockChosenSubscriberEmotePayload {
2
3# The user's new Community Points balance.
4balance: Int
5
6# The error that occurred during redemption, if any.
7error: CommunityPointsUnlockEmoteError
8
9}