Fixed 7tv & Twitch reconnection. Added adbreak, follow, subscription handlers for Twitch. Added multi-chat support. Added support to unsubscribe from Twitch event subs.
This commit is contained in:
		
							
								
								
									
										13
									
								
								Twitch/Socket/Messages/ChannelFollowMessage.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								Twitch/Socket/Messages/ChannelFollowMessage.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
namespace TwitchChatTTS.Twitch.Socket.Messages
 | 
			
		||||
{
 | 
			
		||||
    public class ChannelFollowMessage
 | 
			
		||||
    {
 | 
			
		||||
        public string BroadcasterUserId { get; set; }
 | 
			
		||||
        public string BroadcasterUserLogin { get; set; }
 | 
			
		||||
        public string BroadcasterUserName { get; set; }
 | 
			
		||||
        public string UserId { get; set; }
 | 
			
		||||
        public string UserLogin { get; set; }
 | 
			
		||||
        public string UserName { get; set; }
 | 
			
		||||
        public DateTime FollowedAt { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user