From cba746920aa7c16193daeb4bfc2cc44680bc7bce Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 3 Feb 2022 12:22:14 -0800 Subject: [PATCH] Add Telegram channel ID to config label and description --- plexpy/notifiers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index cff735cf..5eae6b55 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -3941,10 +3941,10 @@ class TELEGRAM(Notifier): ' on Telegram to get one.', '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'], '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 @myidbot' ' on Telegram to get an ID.',