Google Apps Script API
    Preparing search index...
    interface SuperChatEventSnippet {
        amountMicros?: string;
        channelId?: string;
        commentText?: string;
        createdAt?: string;
        currency?: string;
        displayString?: string;
        isSuperChatForGood?: boolean;
        isSuperStickerEvent?: boolean;
        messageType?: number;
        nonprofit?: Nonprofit;
        superStickerMetadata?: SuperStickerMetadata;
        supporterDetails?: ChannelProfileDetails;
    }
    Index

    Properties

    amountMicros?: string
    channelId?: string
    commentText?: string
    createdAt?: string
    currency?: string
    displayString?: string
    isSuperChatForGood?: boolean
    isSuperStickerEvent?: boolean
    messageType?: number
    nonprofit?: Nonprofit
    superStickerMetadata?: SuperStickerMetadata
    supporterDetails?: ChannelProfileDetails