

com.github.zehsteam.TwitchChatAPI to TwitchChatAPI.com.github.zehsteam.TwitchChatAPI to TwitchChatAPI.SubType to Type in TwitchSubEvent.IsPrime bool from TwitchSubEvent and added Prime option to the SubTier enum.Channel string to the API.OnConnectionStateChanged event to the API.Connect, Connect(string channel), and Disconnect() methods to the API.TwitchUser for getting the DisplayName with color as a rich text string.TwitchSubEvent class.
Tier from an int to an enum.Months to CumulativeMonths.TwitchUser class.
Username property.API.
public static IReadOnlyCollection<TwitchUser> Users { get; } property.public static bool TryGetUserByUsername(string username, out TwitchUser twitchUser); method.public static bool TryGetUserByUserId(string userId, out TwitchUser twitchUser); method.public static TwitchUser[] GetUsersSeenWithin(TimeSpan timeSpan); method.