OBJECT

BitsHashtagConnection

A list of hashtags to use in chat while using bits.

link GraphQL Schema definition

1type BitsHashtagConnection {
2
3# The list of BitsHashtagEdges.
4edges: [BitsHashtagEdge!]
5
6}