C# Class TwitchLib.Models.API.Follow

Object representing a follow between a user/viewer and a channel/streamer.
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
Follow ( string apiResponse, bool successful = true ) : System

Constructor for follow

Method Details

Follow() public méthode

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