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