getChannelTeams

suspend fun getChannelTeams(broadcasterId: String): List<ChannelTeam>

Twitch API: Get Channel Teams

Gets the list of Twitch teams that the broadcaster is a member of.

Return

the list of teams that the broadcaster is a member of. Returns an empty list if the broadcaster is not a member of a team.

Parameters

broadcasterId

the ID of the broadcaster whose teams you want to get.