GetTeamInfo
C# Methods Reference
Signature
public List<TeamInfo> GetTeamInfo(string username);
Parameters
userId
int required
username
string
Return Type
List<Twitch.Common.Models.Api.TeamInfo>
Example
CPH.GetTeamInfo(userId);
C# Methods Reference
public List<TeamInfo> GetTeamInfo(string username);
List<Twitch.Common.Models.Api.TeamInfo>
CPH.GetTeamInfo(userId);