Twitch: Get Follower
TwitchInputs
| in | Exec | exec | multiplexed |
| userId | Data | System.String | None |
Outputs
| out | Exec | exec | None |
| isFollowing | Data | System.Boolean | multiplexed |
| displayName | Data | System.String | multiplexed |
| followedAt | Data | System.DateTime | multiplexed |
Lowers to C#
var f = await ctx.Twitch.GetFollowerAsync(userId);