5 lines
150 B
C#
5 lines
150 B
C#
|
public class TTSUsernameFilter {
|
||
|
public string username { get; set; }
|
||
|
public string tag { get; set; }
|
||
|
public string userId { get; set; }
|
||
|
}
|