Interface RootCommentResponse

interface RootCommentResponse {
    comment: string;
    followRole: number;
    isModerator: boolean;
    isNewGifter: boolean;
    isSubscriber: boolean;
    nickname: string;
    profilePictureUrl: string;
    secUid: string;
    topGifterRank?: any;
    uniqueId: string;
    userBadges: Tiktok.Badge[];
    userId: string;
}

Properties

comment: string
followRole: number
isModerator: boolean
isNewGifter: boolean
isSubscriber: boolean
nickname: string
profilePictureUrl: string
secUid: string
topGifterRank?: any
uniqueId: string
userBadges: Tiktok.Badge[]
userId: string