bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class NotificationPreferences<T>

    Details about the user's push notification preferences.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    discord?: {
        discriminator: undefined | string;
        id: string;
        token: string;
        username: string;
    }

    The Discord ID to receive push notifications.

    email?: string

    The email to receive push notifications.

    emailVerification?: EmailVerificationStatus<T>

    The verification status of the email.

    preferences?: {
        claimActivity?: boolean;
        ignoreIfInitiator?: boolean;
        transferActivity?: boolean;
    }

    The preferences for the notifications. What type of notifications does the user want to receive?

    Methods