ENUM

BitsBadgeTierNotificationState

Represents the state of the notification.

link GraphQL Schema definition

1enum BitsBadgeTierNotificationState {
2
3# User dismissed the notification.
4SKIPPED
5
6# User shared the notification with chat.
7SHARED
8
9# Notification should be shown to user.
10SHOW
11}