hermes-client/TwitchChatTTS/Hermes/TTSUsernameFilter.cs

5 lines
150 B
C#
Raw Normal View History

public class TTSUsernameFilter {
public string username { get; set; }
public string tag { get; set; }
public string userId { get; set; }
}