Added Veadotube integration
This commit is contained in:
14
Veadotube/VeadoInstanceInfo.cs
Normal file
14
Veadotube/VeadoInstanceInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace TwitchChatTTS.Veadotube
|
||||
{
|
||||
public class VeadoInstanceInfo
|
||||
{
|
||||
[JsonPropertyName("time")]
|
||||
public long Time { get; set; }
|
||||
[JsonPropertyName("name")]
|
||||
public string Name { get; set; }
|
||||
[JsonPropertyName("server")]
|
||||
public string Server { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user