Content warning
This commit is contained in:
@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user