@miukyo/ytlc
    Preparing search index...

    Interface FetchOptions

    Internal fetch state required for get_live_chat requests.

    interface FetchOptions {
        liveId: string;
        apiKey: string;
        clientVersion: string;
        continuation: string;
    }
    Index

    Properties

    liveId: string
    apiKey: string
    clientVersion: string
    continuation: string