hermes-client/Seven/Socket/Data/UnsubscribeMessage.cs

8 lines
202 B
C#

namespace TwitchChatTTS.Seven.Socket.Data
{
public class UnsubscribeMessage
{
public string Type { get; set; }
public IDictionary<string, string>? Condition { get; set; }
}
}