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