GeneralFeedbackCommentBaseWithExtendedReplies#

class GeneralFeedbackCommentBaseWithExtendedReplies[source]#

General feedback with extended replies.

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.

type: Literal['general-feedback']#

This is general feedback.