Content warning

This commit is contained in:
2023-07-06 22:01:09 +01:00
parent 13f788a311
commit 13980b454f
8 changed files with 168 additions and 3 deletions

View File

@ -15,4 +15,7 @@ public class PatchEvent
[JsonProperty("tags")]
public string[] Tags { get; init; } = Array.Empty<string>();
[JsonProperty("content_warning")]
public string? ContentWarning { get; init; }
}