We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3096d commit 268d39eCopy full SHA for 268d39e
src/Octokit.Webhooks/Models/PullRequestReviewComment.cs
@@ -84,7 +84,7 @@ public sealed record PullRequestReviewComment
84
public StringEnum<Side> Side { get; init; } = null!;
85
86
[JsonPropertyName("in_reply_to_id")]
87
- public int? InReplyToId { get; init; }
+ public long? InReplyToId { get; init; }
88
89
[JsonPropertyName("subject_type")]
90
[JsonConverter(typeof(StringEnumConverter<PullRequestReviewCommentSubjectType>))]
0 commit comments