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: NormalUser | GroupUser
old_text: str

The text of the comment before the edit.

new_text: str | None

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