.NET Format Style Fixes
This commit is contained in:
@@ -9,9 +9,5 @@ public record RemoveDialogRequestData : IRequestData
|
||||
public Dictionary<string, object> ExtensionData { get; set; }
|
||||
|
||||
[JsonPropertyName("dialogId")]
|
||||
public string? DialogId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string? DialogId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user