Cleaned code up. Added OBS & 7tv ws support. Added dependency injection. App loads from yml file.
This commit is contained in:
9
Seven/Socket/Data/SevenHelloMessage.cs
Normal file
9
Seven/Socket/Data/SevenHelloMessage.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace TwitchChatTTS.Seven.Socket.Data
|
||||
{
|
||||
public class SevenHelloMessage
|
||||
{
|
||||
public uint HeartbeatInterval { get; set; }
|
||||
public string SessionId { get; set; }
|
||||
public int SubscriptionLimit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user