Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@ -2,14 +2,14 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
|
||||
{
|
||||
public class NotificationMessage
|
||||
{
|
||||
public NotificationInfo Subscription { get; set; }
|
||||
public object Event { get; set; }
|
||||
public required NotificationInfo Subscription { get; set; }
|
||||
public required object Event { get; set; }
|
||||
}
|
||||
|
||||
public class NotificationInfo : EventSubscriptionMessage
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Status { get; set; }
|
||||
public required string Id { get; set; }
|
||||
public required string Status { get; set; }
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public object? Event { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user