BaseCommentBaseWithNormalReplies#

class BaseCommentBaseWithNormalReplies[source]#

A comment base that contains normal (i.e. non extended) 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.