Get Team Info by Id

Signature

public List<TeamInfo> GetTeamInfoById(string userId)

Parameters

userId
string required

No description provided.

Return Type

List<Twitch.Common.Models.Api.TeamInfo>

Example

CPH.GetTeamInfoById(userId);