Skip to main content
Corvus Connection

Twitch: List Teams

Twitch
twitch.listTeamsLists every team the broadcaster belongs to. On any API error this safely reports no teams.Awaits the teams lookup; binds teamIds / teamNames / teamCount.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed

Outputs

Name
Kind
Type
Flags
outExecexecNone
teamIdsDatalist<System.String>multiplexed
teamNamesDatalist<System.String>multiplexed
teamCountDataSystem.Int32multiplexed

Lowers to C#

var t = await ctx.Twitch.GetTeamsAsync();