Cleaned code up. Added OBS & 7tv ws support. Added dependency injection. App loads from yml file.
This commit is contained in:
12
Seven/UserDetails.cs
Normal file
12
Seven/UserDetails.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace TwitchChatTTS.Seven
|
||||
{
|
||||
public class UserDetails
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Platform { get; set; }
|
||||
public string Username { get; set; }
|
||||
public int EmoteCapacity { get; set; }
|
||||
public int? EmoteSetId { get; set; }
|
||||
public EmoteSet EmoteSet { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user