Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias UserSettingsNotifications

    type UserSettingsNotifications = {
        notificationTypes?: NotificationAgentTypes;
        emailEnabled?: boolean;
        pgpKey?: string | null;
        discordEnabled?: boolean;
        discordEnabledTypes?: number | null;
        discordId?: string | null;
        pushbulletAccessToken?: string | null;
        pushoverApplicationToken?: string | null;
        pushoverUserKey?: string | null;
        pushoverSound?: string | null;
        telegramEnabled?: boolean;
        telegramBotUsername?: string | null;
        telegramChatId?: string | null;
        telegramMessageThreadId?: string | null;
        telegramSendSilently?: boolean | null;
    }
    Index

    Properties

    notificationTypes?: NotificationAgentTypes
    emailEnabled?: boolean
    pgpKey?: string | null
    discordEnabled?: boolean
    discordEnabledTypes?: number | null
    discordId?: string | null
    pushbulletAccessToken?: string | null
    pushoverApplicationToken?: string | null
    pushoverUserKey?: string | null
    pushoverSound?: string | null
    telegramEnabled?: boolean
    telegramBotUsername?: string | null
    telegramChatId?: string | null
    telegramMessageThreadId?: string | null
    telegramSendSilently?: boolean | null