9 lines
241 B
C#
9 lines
241 B
C#
|
namespace TwitchChatTTS.Seven.Socket.Data
|
||
|
{
|
||
|
public class SevenHelloMessage
|
||
|
{
|
||
|
public uint HeartbeatInterval { get; set; }
|
||
|
public string SessionId { get; set; }
|
||
|
public int SubscriptionLimit { get; set; }
|
||
|
}
|
||
|
}
|