OBJECT

UpdateBitsBadgeTierNotificationPayload

UpdateBitsBadgeTierNotificationPayload is the payload returned after updating a bits badge tier notification.

link GraphQL Schema definition

1type UpdateBitsBadgeTierNotificationPayload {
2
3# The user that updated the bits badge tier notification.
4user: User
5
6}