OneSDK
    Preparing search index...
    interface Donation {
        _id: string;
        alert_status: number;
        amount: string;
        attachments: any[];
        charityName?: any;
        clippingEnabled: boolean;
        createdAt: string;
        createdAtTimestamp: number;
        currency: string;
        donation_id: string;
        donationCurrency: string;
        emotes?: any;
        from: string;
        fromId: string;
        gif?: any;
        hash: string;
        isTest: boolean;
        legacyHash: string;
        mask_name?: any;
        mask_rarity?: any;
        message: string;
        name: string;
        payload: DonationPayload;
        priority: number;
        pro?: any;
        pro_extras?: any;
        rawAmount: number;
        read: boolean;
        recurring_donation?: any;
        repeat: boolean;
        senderId: number;
        skipAlert: boolean;
        source: string;
        to: string;
        type: "donation";
        wishListItem?: any;
        wotcCode?: any;
    }
    Index

    Properties

    _id: string
    alert_status: number
    amount: string
    attachments: any[]
    charityName?: any
    clippingEnabled: boolean
    createdAt: string
    createdAtTimestamp: number
    currency: string
    donation_id: string
    donationCurrency: string
    emotes?: any
    from: string
    fromId: string
    gif?: any
    hash: string
    isTest: boolean
    legacyHash: string
    mask_name?: any
    mask_rarity?: any
    message: string
    name: string
    priority: number
    pro?: any
    pro_extras?: any
    rawAmount: number
    read: boolean
    recurring_donation?: any
    repeat: boolean
    senderId: number
    skipAlert: boolean
    source: string
    to: string
    type: "donation"
    wishListItem?: any
    wotcCode?: any