Dialogs nullable
This commit is contained in:
@@ -5,8 +5,8 @@ namespace Core.Models.Eft.Dialog;
|
||||
public class RemoveUserGroupMailRequest
|
||||
{
|
||||
[JsonPropertyName("dialogId")]
|
||||
public string DialogId { get; set; }
|
||||
public string? DialogId { get; set; }
|
||||
|
||||
[JsonPropertyName("uid")]
|
||||
public string Uid { get; set; }
|
||||
public string? Uid { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user