OBJECT

VideoCommentMessage

Represents the message of a comment.

link GraphQL Schema definition

1type VideoCommentMessage {
2
3# Parts of the message body with meta info.
4fragments: [VideoCommentMessageFragment]
5
6# List of badges the comment author had selected for use at the time of the
7# comment.
8userBadges: [Badge]
9
10# Text color preferences of comment's author.
11userColor: String
12
13}