BitsResource
class BitsResource
Twitch Helix Bits API resource.
Provides methods for retrieving Bits leaderboards and Cheermotes.
See also
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun getLeaderboard(count: Int = 10, period: BitsLeaderboardPeriod = BitsLeaderboardPeriod.ALL, startedAt: String? = null, userId: String? = null): List<BitsLeaderEntry>