InlineFeedbackCommentBaseWithExtendedReplies#

class InlineFeedbackCommentBaseWithExtendedReplies[source]#

Inline feedback with extended 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[Union[ExtendedNonDeletedCommentReply, DeletedCommentReply]]#

These are the extended 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.