ProtoFlux:TwitchFollowEvent: Difference between revisions

From Resonite Wiki
Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=Twitch Follow Event |Category=Twitch |Inputs= [ ] |Outputs= [ {"Name": "OnFollow", "Type": "Call"}, {"Name": "UserId", "Type": "String"}, {"Name": "DisplayName", "Type": "String"} ] |Globals= [ {"Name": "Interface", "Type": "TwitchInterface"} ] |}} This node provides Twitch follow event information from a TwitchInterface. Note that all outputs are generated on a new Twitch follow, and will not displa..."
 
m YoshBot moved page ProtoFlux:Twitch Follow Event to ProtoFlux:TwitchFollowEvent: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 34: Line 34:


Outputs the Twitch username of the follower.
Outputs the Twitch username of the follower.
[[Category:ProtoFlux:Network:Twitch]]

Latest revision as of 00:38, 21 August 2025

Twitch Follow Event
OnFollow
UserId
DisplayName
Interface
null
Twitch

This node provides Twitch follow event information from a TwitchInterface.

Note that all outputs are generated on a new Twitch follow, and will not display any information when connected to a display node.

Outputs

OnFollow (Call)

Fires on receiving a new Twitch channel follow.

UserId (String)

Outputs the Twitch Channel ID of the follower.

DisplayName (String)

Outputs the Twitch username of the follower.