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