Cursor from Twitch Event responses is now optional

This commit is contained in:
Tom 2024-08-19 04:45:29 +00:00
parent dadbe13352
commit ed318ca6e8

View File

@ -10,6 +10,6 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
}
public class EventResponsePagination {
public string Cursor { get; set; }
public string? Cursor { get; set; }
}
}