Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -2,6 +2,6 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
|
||||
{
|
||||
public class ChannelChatDeleteMessage : ChannelChatClearUserMessage
|
||||
{
|
||||
public string MessageId { get; set; }
|
||||
public required string MessageId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user