CommentReplyEdit#

class CommentReplyEdit[source]#

This class represents an edit of a comment reply.

id: int#

The id of this edit.

created_at: datetime#

The moment this edit was created.

editor: User#

The users who edited the comment.

old_text: str#

The text of the comment before the edit.

new_text: Optional[str]#

The new text after the edit. This will be None if this edit represents a deletion.