BaseCommentReply#

class BaseCommentReply[source]#

A reply on a comment thread.

id: int#

The id of the reply

in_reply_to_id: Optional[int]#

If this reply was a reply to a specific CommentReply, this field will be the id of this CommentReply. Otherwise this will be null.

last_edit: Optional[datetime]#

The date the last edit was made to this reply, this will be null if you do not have the permission to see this information.

created_at: datetime#

The date this reply was created.

reply_type: CommentReplyType#

The formatting that the content of this reply is in.

comment_type: CommentType#

The type of comment this is.

approved: bool#

Is this comment approved (i.e. visible for the author of the submission in most cases) or not.

comment_base_id: int#

The id of the CommentBase this reply is in.