OBJECT

UnlockRandomSubscriberEmotePayload

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

link GraphQL Schema definition

1type UnlockRandomSubscriberEmotePayload {
2
3# The user's new Community Points balance.
4balance: Int
5
6# The random emote that was unlocked.
7emote: CommunityPointsEmote
8
9# The error that occurred during redemption, if any.
10error: CommunityPointsUnlockEmoteError
11
12}