OBJECT

BadgeSelfEdge

Further details about this object, subject to the user's permissions.

link GraphQL Schema definition

1type BadgeSelfEdge {
2
3# Whether the given badge should be visible publicly in the badge owner's chat
4# card badge carousel.
5isVisibleInChatCard: Boolean!
6
7}