OBJECT

CommunityPointsUserProperties

Properties relating to a user's community points across twitch.

link GraphQL Schema definition

1type CommunityPointsUserProperties {
2
3# Timestamps of when the user last viewed the different global pieces of content
4# for community points.
5lastViewedContent: [CommunityPointsLastViewedContentByTypeAndID!]
6
7}