TwitchIsUserSubscribed
C# Methods Reference
Signature
public bool TwitchIsUserSubscribed(string userId, out String& tier)
Parameters
userId
string required
tier
System.String& required
Return Type
bool
Example
CPH.TwitchIsUserSubscribed(userId, tier);