Skip to main content
Corvus Connection

Twitch: Get Follower

Twitch
twitch.getFollowerLooks up whether a viewer follows the channel. On any API error this safely reports not-following.Awaits a Helix follower lookup; binds isFollowing / displayName / followedAt.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
userIdDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone
isFollowingDataSystem.Booleanmultiplexed
displayNameDataSystem.Stringmultiplexed
followedAtDataSystem.DateTimemultiplexed

Lowers to C#

var f = await ctx.Twitch.GetFollowerAsync(userId);