ENUM

BadgeClickAction

Enumerates possible badge click actions.

link GraphQL Schema definition

1enum BadgeClickAction {
2
3# Go to the user's subscription page.
4SUBSCRIBE
5
6# Go to the Twitch Turbo purchasing page.
7GET_TURBO
8
9# Go to the Bits purchasing page.
10GET_BITS
11
12# Redirect the user to the badge click URL.
13VISIT_URL
14}