BlushyFace.Twitch
BlushyFace.Twitch.API.Helix.Endpoints.Bits Class Reference

Implemented More...

Public Member Functions

 Bits (HttpHandler httpHandler)
 Implemented More...
 
async Task< CheermoteResponse > GetCheermotesAsync (List< KeyValuePair< string, string >> parameters=null)
 
async Task< BitsLeaderboardResponse > GetBitsLeaderboardAsync (List< KeyValuePair< string, string >> parameters=null)
 

Detailed Description

Implemented

Constructor & Destructor Documentation

◆ Bits()

BlushyFace.Twitch.API.Helix.Endpoints.Bits.Bits ( HttpHandler  httpHandler)
inline

Implemented

Parameters
settings

Member Function Documentation

◆ GetBitsLeaderboardAsync()

async Task<BitsLeaderboardResponse> BlushyFace.Twitch.API.Helix.Endpoints.Bits.GetBitsLeaderboardAsync ( List< KeyValuePair< string, string >>  parameters = null)
inline

Gets a ranked list of Bits leaderboard information for an authorized broadcaster.

Required scope: bits:read

More info: https://dev.twitch.tv/docs/api/reference#get-bits-leaderboard

Returns

◆ GetCheermotesAsync()

async Task<CheermoteResponse> BlushyFace.Twitch.API.Helix.Endpoints.Bits.GetCheermotesAsync ( List< KeyValuePair< string, string >>  parameters = null)
inline

Retrieves the list of available Cheermotes, animated emotes to which viewers can assign Bits, to cheer in chat. Cheermotes returned are available throughout Twitch, in all Bits-enabled channels.

More info: https://dev.twitch.tv/docs/api/reference#get-cheermotes

Parameters
parameters
Returns