Google Apps Script API
    Preparing search index...
    interface LiveChatMessagesCollection {
        insert(resource: LiveChatMessage, part: string): LiveChatMessage;
        list(liveChatId: string, part: string): LiveChatMessageListResponse;
        list(
            liveChatId: string,
            part: string,
            optionalArgs: object,
        ): LiveChatMessageListResponse;
        remove(id: string): void;
    }
    Index

    Methods