BitsResource

Twitch Helix Bits API resource.

Provides methods for retrieving Bits leaderboards and Cheermotes.

See also

Functions

Link copied to clipboard
suspend fun getCheermotes(broadcasterId: String? = null): List<Cheermote>
Link copied to clipboard
suspend fun getLeaderboard(count: Int = 10, period: BitsLeaderboardPeriod = BitsLeaderboardPeriod.ALL, startedAt: String? = null, userId: String? = null): List<BitsLeaderEntry>