Skip to main content
Corvus Connection

Twitch: Live Team Members

Twitch
twitch.filterTeamMembersLists only the currently-live members of the chosen team — ideal for picking a raid target. On any API error this safely reports nobody live.Awaits the live-only roster; binds liveMemberIds / liveMemberLogins / liveCount.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed

Outputs

Name
Kind
Type
Flags
outExecexecNone
liveMemberIdsDatalist<System.String>multiplexed
liveMemberLoginsDatalist<System.String>multiplexed
liveCountDataSystem.Int32multiplexed

Parameters

Name
Type
Required
Default
Choices
teamIdSystem.Stringyes""None

Lowers to C#

var lm = await ctx.Twitch.GetLiveTeamMembersAsync("<teamId>");

Used in