TwitchFollowMode
C# Methods Reference
Signature
public void TwitchFollowMode(bool enabled = true, int duration = 0)
Parameters
enabled
bool
No description provided.
duration
int
No description provided.
Return Type
void
Example
CPH.TwitchFollowMode();
CPH.TwitchFollowMode(enabled, duration);