C# Class TwitchLib.Models.API.BadgeResponse

Class represents a response from the Chat Badge Twitch API query.
ファイルを表示 Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
BadgeResponse ( string jsonStr ) : System

BadgeResponse object constructor.

Method Details

BadgeResponse() public method

BadgeResponse object constructor.
public BadgeResponse ( string jsonStr ) : System
jsonStr string
return System