8 lines
202 B
C#
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; }
|
|
}
|
|
} |