NotificationUnion
Notification union type
union NotificationUnion =
| AiringNotification
| FollowingNotification
| ActivityMessageNotification
| ActivityMentionNotification
| ActivityReplyNotification
| ActivityReplySubscribedNotification
| ActivityLikeNotification
| ActivityReplyLikeNotification
| ThreadCommentMentionNotification
| ThreadCommentReplyNotification
| ThreadCommentSubscribedNotification
| ThreadCommentLikeNotification
| ThreadLikeNotification
| RelatedMediaAdditionNotification
| MediaDataChangeNotification
| MediaMergeNotification
| MediaDeletionNotification
Possible types
NotificationUnion.AiringNotification
object
Notification for when an episode of anime airs
NotificationUnion.FollowingNotification
object
Notification for when the authenticated user is followed by another user
NotificationUnion.ActivityMessageNotification
object
Notification for when a user is send an activity message
NotificationUnion.ActivityMentionNotification
object
Notification for when authenticated user is @ mentioned in activity or reply
NotificationUnion.ActivityReplyNotification
object
Notification for when a user replies to the authenticated users activity
NotificationUnion.ActivityReplySubscribedNotification
object
Notification for when a user replies to activity the authenticated user has replied to
NotificationUnion.ActivityLikeNotification
object
Notification for when a activity is liked
NotificationUnion.ActivityReplyLikeNotification
object
Notification for when a activity reply is liked
NotificationUnion.ThreadCommentMentionNotification
object
Notification for when authenticated user is @ mentioned in a forum thread comment
NotificationUnion.ThreadCommentReplyNotification
object
Notification for when a user replies to your forum thread comment
NotificationUnion.ThreadCommentSubscribedNotification
object
Notification for when a user replies to a subscribed forum thread
NotificationUnion.ThreadCommentLikeNotification
object
Notification for when a thread comment is liked
NotificationUnion.ThreadLikeNotification
object
Notification for when a thread is liked
NotificationUnion.RelatedMediaAdditionNotification
object
Notification for when new media is added to the site
NotificationUnion.MediaDataChangeNotification
object
Notification for when a media entry's data was changed in a significant way impacting users' list tracking
NotificationUnion.MediaMergeNotification
object
Notification for when a media entry is merged into another for a user who had it on their list
NotificationUnion.MediaDeletionNotification
object
Notification for when a media tracked in a user's list is deleted from the site
Returned By
Notification
query
Member Of
InternalPage
object ● Page
object