Save stream goal link

This commit is contained in:
2023-09-06 16:04:24 +01:00
parent 6fbf3fd229
commit 23c60aa4c7
8 changed files with 366 additions and 2 deletions

View File

@ -18,4 +18,7 @@ public class PatchEvent
[JsonProperty("content_warning")]
public string? ContentWarning { get; init; }
[JsonProperty("goal")]
public string? Goal { get; init; }
}