Add additional Telegram HTML tags

This commit is contained in:
JonnyWong16 2022-02-08 10:29:06 -08:00
commit 6d092b4984
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 13 additions and 7 deletions

View file

@ -3963,7 +3963,9 @@ class TELEGRAM(Notifier):
{'label': 'Enable HTML Support',
'value': self.config['html_support'],
'name': 'telegram_html_support',
'description': 'Style your messages using these HTML tags: b, i, a[href], code, pre.',
'description': 'Enable to style your messages using these HTML tags:<br>'
'b, strong, i, em, u, ins, s, strike, del, span[class], '
'tg-spoiler, a[href], code[class], pre',
'input_type': 'checkbox'
},
{'label': 'Disable Web Page Previews',