mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add Telegram channel ID to config label and description
This commit is contained in:
parent
e33767de9b
commit
cba746920a
1 changed files with 2 additions and 2 deletions
|
@ -3941,10 +3941,10 @@ class TELEGRAM(Notifier):
|
||||||
' on Telegram to get one.',
|
' on Telegram to get one.',
|
||||||
'input_type': 'token'
|
'input_type': 'token'
|
||||||
},
|
},
|
||||||
{'label': 'Telegram Chat ID, Group ID, or Channel Username',
|
{'label': 'Telegram Chat ID, Group ID, or Channel ID/Username',
|
||||||
'value': self.config['chat_id'],
|
'value': self.config['chat_id'],
|
||||||
'name': 'telegram_chat_id',
|
'name': 'telegram_chat_id',
|
||||||
'description': 'Your Telegram Chat ID, Group ID, or @channelusername. '
|
'description': 'Your Telegram Chat ID, Group ID, Channel ID or @channelusername. '
|
||||||
'Contact <a href="' + helpers.anon_url('https://telegram.me/myidbot') +
|
'Contact <a href="' + helpers.anon_url('https://telegram.me/myidbot') +
|
||||||
'" target="_blank">@myidbot</a>'
|
'" target="_blank">@myidbot</a>'
|
||||||
' on Telegram to get an ID.',
|
' on Telegram to get an ID.',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue