mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05:00
feat(telegram): add support for individual chat notifications (#1027)
This commit is contained in:
@@ -6,5 +6,8 @@ export interface UserSettingsGeneralResponse {
|
||||
|
||||
export interface UserSettingsNotificationsResponse {
|
||||
enableNotifications: boolean;
|
||||
telegramBotUsername?: string;
|
||||
discordId?: string;
|
||||
telegramChatId?: string;
|
||||
telegramSendSilently?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user