Google Apps Script API
    Preparing search index...
    interface LiveChatMessageListResponse {
        etag?: string;
        eventId?: string;
        items?: LiveChatMessage[];
        kind?: string;
        nextPageToken?: string;
        offlineAt?: string;
        pageInfo?: GoogleAppsScript.YouTube.Schema.PageInfo;
        pollingIntervalMillis?: number;
        tokenPagination?: any;
        visitorId?: string;
    }
    Index

    Properties

    etag?: string
    eventId?: string
    items?: LiveChatMessage[]
    kind?: string
    nextPageToken?: string
    offlineAt?: string
    pollingIntervalMillis?: number
    tokenPagination?: any
    visitorId?: string