ENUM

VideoCommentSource

Where a video comment originated.

link GraphQL Schema definition

1enum VideoCommentSource {
2
3# The comment originated from the live broadcast.
4CHAT
5
6# The comment was manually created by a commenter.
7COMMENT
8
9# The comment source is unknown.
10UNKNOWN
11}