OBJECT

DashboardActivityFeedActivityBitsUsage

When a user uses Bits for or sends Bits to a channel.

link GraphQL Schema definition

1type DashboardActivityFeedActivityBitsUsage implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# Bits spent.
7amount: Int!
8
9# Unique identifier for this Bits usage.
10id: ID!
11
12# Whether the Cheer was anonymized to other users.
13# If true, then `user` is guaranteed to be null.
14isAnonymous: Boolean!
15
16# When the Bits were used.
17timestamp: Time!
18
19# Bits spender.
20user: User
21
22}

link Required by

This element is not required by anyone