* feat: add Overseerr migration * refactor: rename to Seerr * refactor: more rename to Seerr * feat: update the value of the MediaStatus.DELETED enum * fix: add more details in migration logs * fix: replace .update by .save for TypeORM hooks * fix: add fake migration to skip the duplicated UpdateWebPush migration * fix: rewrite the AddUserAvatarCacheFields migration for Overseerr merge * fix: replace jellyseerr migrations with a dedicated one for overseerr * fix: update overseerr migration * fix: update overseerr migration * fix: remove irrelevant changes * fix: typos * docs: update jsdoc comment * docs: update seerr description * docs: fix the contributing.md link * fix: remove unwanterd change on postgres dev datasource * docs: add latest tag to docker image * fix: migrate old deleted status for 4k media * fix: update Seerr version check
1.3 KiB
title, description, sidebar_position
| title | description | sidebar_position |
|---|---|---|
| Telegram | Configure Telegram notifications. | 10 |
Telegram
:::info Users can optionally configure personal notifications in their user settings.
User notifications are separate from system notifications, and the available notification types are dependent on user permissions. :::
Configuration
:::info In order to configure Telegram notifications, you first need to create a bot.
Bots cannot initiate conversations with users, so users must have your bot added to a conversation in order to receive notifications. :::
Bot Username (optional)
If this value is configured, users will be able to click a link to start a chat with your bot and configure their own personal notifications.
The bot username should end with _bot, and the @ prefix should be omitted.
Bot Authentication Token
At the end of the bot creation process, @BotFather will provide an authentication token.
Chat ID
To obtain your chat ID, simply create a new group chat, add @get_id_bot, and issue the /my_id command.
Send Silently (optional)
Optionally, notifications can be sent silently. Silent notifications send messages without notification sounds.