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