OBJECT
UpdateCommunityPointsLastViewedContentPayload
The response from updating the last viewed community points content timestamps on a channel.
link GraphQL Schema definition
1 type UpdateCommunityPointsLastViewedContentPayload { 2 3 # An error that occurred while updating the last viewed content timestamps. 4 : UpdateCommunityPointsLastViewedContentError 5 6 # The updated last viewed timestamps for a channels content. 7 : [CommunityPointsLastViewedContentByType!] 8 9 # The updated last viewed timestamps for global content across all of twitch. 10 : [CommunityPointsLastViewedContentByTypeAndID!] 11 12 }