NotificationCommentReplyNotificationAsJSON¶
- class NotificationCommentReplyNotificationAsJSON[source]¶
The dict used for representing a comment notification as JSON.
- reasons: Sequence[Sequence[NotificationReasons | str]]¶
The reasons why this notification was sent, this is a list of the two- tuples where the first element is the reason and the second element an explanation what this reason means.
- comment_reply: ExtendedNonDeletedCommentReply | DeletedCommentReply¶
The general feedback reply that caused this notification to be generated.