Fixed 7tv api due to changes on their end

This commit is contained in:
Tom 2024-10-22 07:50:17 +00:00
parent 77465598c1
commit f1f345970f

View File

@ -8,7 +8,7 @@ namespace TwitchChatTTS.Seven
public string Platform { get; set; }
public string Username { get; set; }
public int EmoteCapacity { get; set; }
public int? EmoteSetId { get; set; }
public string EmoteSetId { get; set; }
public EmoteSet EmoteSet { get; set; }
public SevenUser User { get; set; }
}