TwitchUserInfo
C# class definition for TwitchUserInfo
Class Definition
TwitchUserInfo.cs
public class TwitchUserInfo
{
public bool IsSubscribed { get; set; }
public string SubscriptionTier { get; set; }
public bool IsModerator { get; set; }
public bool IsVip { get; set; }
public string UserName { get; set; }
public string UserLogin { get; set; }
public string UserId { get; set; }
public DateTime LastActive { get; set; }
public DateTime PreviousActive { get; set; }
}
Properties
IsSubscribed
bool
SubscriptionTier
string
IsModerator
bool
IsVip
bool
UserName
string
UserLogin
string
UserId
string
LastActive
DateTime
PreviousActive
DateTime