C# Class TwitchLib.Models.API.FollowedUsersResponse

Represents API response from user's followed list.
Mostrar archivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
FollowedUsersResponse ( string apiResponse ) : System

FollowedUsersResponse constructor

Method Details

FollowedUsersResponse() public method

FollowedUsersResponse constructor
public FollowedUsersResponse ( string apiResponse ) : System
apiResponse string Returned api response in string form.
return System