OBJECT
VideoCommentMessageFragment
Represents a part of the message body with meta info.
link GraphQL Schema definition
1 type VideoCommentMessageFragment { 2 3 # Embedded emote info. 4 : EmbeddedEmote 5 6 # User which was mentioned. 7 : User 8 9 # Raw text of the comment. 10 : String! 11 12 }