OBJECT

UpdateCommunityPointsLastViewedContentPayload

The response from updating the last viewed community points content timestamps on a channel.

link GraphQL Schema definition

1type UpdateCommunityPointsLastViewedContentPayload {
2
3# An error that occurred while updating the last viewed content timestamps.
4error: UpdateCommunityPointsLastViewedContentError
5
6# The updated last viewed timestamps for a channels content.
7lastViewedChannelContent: [CommunityPointsLastViewedContentByType!]
8
9# The updated last viewed timestamps for global content across all of twitch.
10lastViewedGlobalContent: [CommunityPointsLastViewedContentByTypeAndID!]
11
12}