C# Class TwitchLib.Models.API.Follow

Object representing a follow between a user/viewer and a channel/streamer.
Datei anzeigen Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
Follow ( string apiResponse, bool successful = true ) : System

Constructor for follow

Method Details

Follow() public method

Constructor for follow
public Follow ( string apiResponse, bool successful = true ) : System
apiResponse string
successful bool
return System