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