BaseCommentReply¶
- class BaseCommentReply[source]¶
A reply on a comment thread.
- in_reply_to_id: int | None¶
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: datetime | None¶
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.
- reply_type: CommentReplyType¶
The formatting that the content of this reply is in.
- comment_type: CommentType¶
The type of comment this is.