mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Refactored to fix compiler warnings
This commit is contained in:
@@ -5,5 +5,5 @@ namespace KfChatDotNetWsClient.Models.Json;
|
||||
public class DeleteMessagesJsonModel
|
||||
{
|
||||
[JsonPropertyName("delete")]
|
||||
public List<int> MessageIdsToDelete { get; set; }
|
||||
public required List<int> MessageIdsToDelete { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user