ExtendedNonDeletedCommentReply#

class ExtendedNonDeletedCommentReply[source]#

The extended version of a reply on a comment thread.

author: Optional[User]#

The author of this reply. This will be null if you do not have the permission to see this information.

comment: str#

The content of the reply, see reply_type to check in what kind of formatting this reply is.

author_id: Optional[int]#

The id of the author of this reply, this will be null if no author is known (for legacy replies), or if you do not have the permission to see the author.

deleted: Literal[False]#

Whether this reply is deleted.

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.