Implement most of the callbacks, few other changes too

This commit is contained in:
CWX
2025-01-11 17:14:56 +00:00
parent ba78a15613
commit 8f22759ec5
44 changed files with 1601 additions and 494 deletions
@@ -5,5 +5,5 @@ namespace Core.Models.Eft.Dialog;
public class SetDialogReadRequestData
{
[JsonPropertyName("dialogId")]
public List<string>? DialogId { get; set; }
}
public List<string>? Dialogs { get; set; }
}