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 Added category: Twitch |
||
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:23, 1 April 2024
Twitch Follow Event
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.