OBJECT

OverwatchMomentDetails

Moment Details specific to the overwatch game.

link GraphQL Schema definition

1type OverwatchMomentDetails {
2
3# One of "game_start" or "hero_change".
4event: String!
5
6# The hero the broadcaster is playing.
7heroName: String!
8
9# The role the broadcaster is playing.
10role: String!
11
12}