ENUM

CelebrationEventType

Type of event that can trigger a celebration.

link GraphQL Schema definition

1enum CelebrationEventType {
2
3# Cheering with bits.
4BITS_CHEER
5
6# Gifting subscriptions to other users.
7SUBSCRIPTION_GIFT
8
9# Unknown event type.
10UNKNOWN
11}