OBJECT

LeaderboardSet

LeaderboardSet contains the set of leaderboards that are active on a channel.

link GraphQL Schema definition

1type LeaderboardSet {
2
3# bits contains the leaderboard of top users by number of bits cheered for the
4# channel.
5bits: UserLeaderboard
6
7# subGift contains the leaderboard of top users by number of sub gifts given in
8# the channel.
9subGift: UserLeaderboard
10
11}