public async Task <HttpResponseMessage> CheckFollowerStatus(string chatterTwitchId)
 {
     return(await TwitchApi.GetFollowerStatus(chatterTwitchId, _botConfig.TwitchClientId));
 }
Beispiel #2
0
 public async Task <HttpResponseMessage> CheckFollowerStatus(string username)
 {
     return(await TwitchApi.GetFollowerStatus(username, _botConfig.TwitchClientId));
 }