Interface NewsfeedCommentsItemTypeVideo1

interface NewsfeedCommentsItemTypeVideo1 {
    comments: NewsfeedCommentsBase;
    likes: BaseLikes;
    text: string;
    type: "video" | "live" | "music_video" | "movie" | "short_video";
}

Properties

Properties

likes: BaseLikes
text: string
type: "video" | "live" | "music_video" | "movie" | "short_video"

Generated using TypeDoc