Cursor from Twitch Event responses is now optional
This commit is contained in:
		@@ -10,6 +10,6 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public class EventResponsePagination {
 | 
			
		||||
        public string Cursor { get; set; }
 | 
			
		||||
        public string? Cursor { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user