C# Class TwitchLib.Models.API.FeedResponse

Class representing the response from fetching a channel feed via Twitch API
ファイルを表示 Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
FeedResponse ( JToken json ) : System

FeedResponse object constructor.

Method Details

FeedResponse() public method

FeedResponse object constructor.
public FeedResponse ( JToken json ) : System
json JToken
return System