IGPAPI
    Preparing search index...

    Interface LiveGetCommentInput

    interface LiveGetCommentInput {
        broadcastId: string;
        commentsRequested?: number;
        lastCommentTs?: string | number;
    }
    Index

    Properties

    broadcastId: string
    commentsRequested?: number
    lastCommentTs?: string | number