ENUM

CommunityPointsAutomaticRewardType

Types of CommunityPointsAutomaticRewards.

link GraphQL Schema definition

1enum CommunityPointsAutomaticRewardType {
2
3# Send a single message through sub-only mode.
4SINGLE_MESSAGE_BYPASS_SUB_MODE
5
6# Unlock a random subscriber emote.
7RANDOM_SUB_EMOTE_UNLOCK
8
9# Unlock a chosen subscriber emote.
10CHOSEN_SUB_EMOTE_UNLOCK
11
12# Send a highlighted chat message.
13SEND_HIGHLIGHTED_MESSAGE
14
15# Unlock a chosen modification for a subscriber emote.
16CHOSEN_MODIFIED_SUB_EMOTE_UNLOCK
17}