OBJECT

AssignEmoteToSubscriptionProductPayload

Result of assign emote to subscription product.

link GraphQL Schema definition

1type AssignEmoteToSubscriptionProductPayload {
2
3# The updated emote if successful.
4emote: Emote
5
6# Error returned after attempting to assign an emote to a subscription product.
7error: AssignEmoteToSubscriptionProductError
8
9}