C# Class TwitchLib.Models.API.Chatter

Class representing a chatter as returned by the Twitch Api.
Show file Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
Chatter ( string username, System.Enums userType ) : System

Constructor of Chatter.

Method Details

Chatter() public method

Constructor of Chatter.
public Chatter ( string username, System.Enums userType ) : System
username string
userType System.Enums
return System