NotificationGeneralFeedbackReplyNotificationAsJSON¶
- class NotificationGeneralFeedbackReplyNotificationAsJSON[source]¶
The dict used for representing a comment notification as JSON.
- type: Literal['general_comment_notification']¶
The type of comment that triggered this notification.
- 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.