mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02: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