Fixed ad break message
This commit is contained in:
		@@ -2,9 +2,9 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
 | 
			
		||||
{
 | 
			
		||||
    public class ChannelAdBreakMessage
 | 
			
		||||
    {
 | 
			
		||||
        public string DurationSeconds { get; set; }
 | 
			
		||||
        public int DurationSeconds { get; set; }
 | 
			
		||||
        public DateTime StartedAt { get; set; }
 | 
			
		||||
        public string IsAutomatic { get; set; }
 | 
			
		||||
        public bool IsAutomatic { get; set; }
 | 
			
		||||
        public string BroadcasterUserId { get; set; }
 | 
			
		||||
        public string BroadcasterUserLogin { get; set; }
 | 
			
		||||
        public string BroadcasterUserName { get; set; }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user