.NET Format Style Fixes

This commit is contained in:
refringe
2025-06-18 17:09:20 +00:00
committed by Format Bot
parent ca0a7d6345
commit 6e01428b2b
774 changed files with 23507 additions and 40003 deletions
@@ -9,23 +9,11 @@ public record GetMailDialogViewResponseData
public Dictionary<string, object> ExtensionData { get; set; }
[JsonPropertyName("messages")]
public List<Message>? Messages
{
get;
set;
}
public List<Message>? Messages { get; set; }
[JsonPropertyName("profiles")]
public List<UserDialogInfo>? Profiles
{
get;
set;
}
public List<UserDialogInfo>? Profiles { get; set; }
[JsonPropertyName("hasMessagesWithRewards")]
public bool? HasMessagesWithRewards
{
get;
set;
}
public bool? HasMessagesWithRewards { get; set; }
}