Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -3,7 +3,7 @@ namespace TwitchChatTTS.OBS.Socket.Data
|
||||
public class RequestMessage
|
||||
{
|
||||
public string RequestType { get; set; }
|
||||
public string RequestId { get; set; }
|
||||
public string? RequestId { get; set; }
|
||||
public Dictionary<string, object> RequestData { get; set; }
|
||||
|
||||
public RequestMessage(string type, string id, Dictionary<string, object> data)
|
||||
|
||||
Reference in New Issue
Block a user