Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -2,11 +2,11 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
|
||||
{
|
||||
public class SessionWelcomeMessage
|
||||
{
|
||||
public TwitchSocketSession Session { get; set; }
|
||||
public required TwitchSocketSession Session { get; set; }
|
||||
|
||||
public class TwitchSocketSession {
|
||||
public string Id { get; set; }
|
||||
public string Status { get; set; }
|
||||
public required string Id { get; set; }
|
||||
public required string Status { get; set; }
|
||||
public DateTime ConnectedAt { get; set; }
|
||||
public int? KeepaliveTimeoutSeconds { get; set; }
|
||||
public string? ReconnectUrl { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user