Google Apps Script API
    Preparing search index...
    interface LiveChatMessageAuthorDetails {
        channelId?: string;
        channelUrl?: string;
        displayName?: string;
        isChatModerator?: boolean;
        isChatOwner?: boolean;
        isChatSponsor?: boolean;
        isVerified?: boolean;
        profileImageUrl?: string;
    }
    Index

    Properties

    channelId?: string
    channelUrl?: string
    displayName?: string
    isChatModerator?: boolean
    isChatOwner?: boolean
    isChatSponsor?: boolean
    isVerified?: boolean
    profileImageUrl?: string