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