GeneralFeedbackCommentBase#

class GeneralFeedbackCommentBase[source]#

General feedback with normal replies.

replies: Sequence[Union[NonDeletedCommentReply, DeletedCommentReply]]#

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.

type: Literal['general-feedback']#

This is general feedback.