OBJECT

AssignEmoteToBitsTierPayload

Result of assign emote to bits tier.

link GraphQL Schema definition

1type AssignEmoteToBitsTierPayload {
2
3# The updated emote if successful.
4emote: Emote
5
6# Error returned after attempting to assign an emote to a bits tier.
7error: AssignEmoteToBitsTierError
8
9}