C# Class TwitchLib.Models.API.Badge

Class representing a Badge as returned by the Twitch API.
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
Badge ( string badgeName, JToken images ) : System

Badge object constructor.

Method Details

Badge() public méthode

Badge object constructor.
public Badge ( string badgeName, JToken images ) : System
badgeName string
images JToken
Résultat System