OBJECT

VideoCommentMessageFragment

Represents a part of the message body with meta info.

link GraphQL Schema definition

1type VideoCommentMessageFragment {
2
3# Embedded emote info.
4emote: EmbeddedEmote
5
6# User which was mentioned.
7mention: User
8
9# Raw text of the comment.
10text: String!
11
12}