hermes-client/TwitchChatTTS/Hermes/TwitchConnection.cs

8 lines
238 B
C#
Raw Normal View History

2023-12-30 04:27:31 -05:00
[Serializable]
public class TwitchConnection {
public string id { get; set; }
public string secret { get; set; }
public string broadcasterId { get; set; }
public string username { get; set; }
public string userId { get; set; }
}