BaseNotification#
- class BaseNotification[source]#
The dict used for representing a comment notification as JSON.
-
reasons:
Sequence
[Sequence
[Union
[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:
Union
[ExtendedNonDeletedCommentReply
,DeletedCommentReply
]# The general feedback reply that caused this notification to be generated.
-
reasons: