Fixed 7tv api due to changes on their end
This commit is contained in:
parent
77465598c1
commit
f1f345970f
@ -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; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user