getTeam

suspend fun getTeam(name: String? = null, id: String? = null): Team?

Twitch API: Get Teams

Gets information about the specified Twitch team.

The name and id parameters are mutually exclusive; you must specify the team's name or ID but not both.

Return

the team that you requested, or null if not found.

Parameters

name

the name of the team to get.

id

the ID of the team to get.