C# Class TwitchLib.Models.API.FollowedUsersResponse

Represents API response from user's followed list.
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
FollowedUsersResponse ( string apiResponse ) : System

FollowedUsersResponse constructor

Method Details

FollowedUsersResponse() public méthode

FollowedUsersResponse constructor
public FollowedUsersResponse ( string apiResponse ) : System
apiResponse string Returned api response in string form.
Résultat System