InlineFeedbackCommentBase¶ class InlineFeedbackCommentBase[source]¶ Inline feedback with normal replies. type: Literal['inline-feedback']¶ This is inline feedback. line: int¶ The line on which the comment was placed. file_id: str¶ The id of the file on which this comment was placed. replies: Sequence[CommentReply]¶ These are the normal replies on this comment base. id: int¶ The id of the comment base. work_id: int¶ The id of the work this comment is on. This is always set, also for inline feedback.