8 lines
211 B
C#
8 lines
211 B
C#
namespace TwitchChatTTS.Seven.Socket.Data
|
|
{
|
|
public class UnsubscribeMessage
|
|
{
|
|
public required string Type { get; set; }
|
|
public IDictionary<string, string>? Condition { get; set; }
|
|
}
|
|
} |