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

    Type Alias TelegramSettings

    type TelegramSettings = {
        enabled?: boolean;
        types?: number;
        options?: {
            botUsername?: string;
            botAPI?: string;
            chatId?: string;
            messageThreadId?: string;
            sendSilently?: boolean;
        };
    }
    Index

    Properties

    enabled?: boolean
    types?: number
    options?: {
        botUsername?: string;
        botAPI?: string;
        chatId?: string;
        messageThreadId?: string;
        sendSilently?: boolean;
    }