diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index bb5d8947..1623cd8d 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1677,10 +1677,10 @@ class TELEGRAM(object): 'description': 'Your Telegram bot token. Contact @BotFather on Telegram to get one.', 'input_type': 'text' }, - {'label': 'Telegram Chat ID', + {'label': 'Telegram Chat ID, Group ID, or Channel Username', 'value': self.chat_id, 'name': 'telegram_chat_id', - 'description': 'Your Telegram Chat ID, Group ID, or channel username. Contact @myidbot on Telegram to get an ID.', + 'description': 'Your Telegram Chat ID, Group ID, or @channelusername. Contact @myidbot on Telegram to get an ID.', 'input_type': 'text' } ]