This commit is contained in:
2024-02-07 16:21:04 -07:00
parent 292c06ecc9
commit 0881acd1f8
77 changed files with 239 additions and 204 deletions

View File

@@ -16,4 +16,4 @@ public record MediaCommentModel
[property: JsonPropertyName("url")]
string Url
);
);

View File

@@ -26,4 +26,4 @@ public record SubmissionCommentModel
[property: JsonPropertyName("media_comment")]
MediaCommentModel? MediaComment = null
);
);

View File

@@ -88,4 +88,4 @@ public record SubmissionModel
[property: JsonPropertyName("anonymous_id")]
string? AnonymousId = null
);
);