Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions notifiers/providers/telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ class Telegram(TelegramMixin, Provider):
"title": "Unique identifier for the target chat or username of the target channel "
"(in the format @channelusername)",
},
"message_thread_id": {
"type": "string",
"title": "Use in case routing message into specific topic inside a supergroup",
},
"parse_mode": {
"type": "string",
"title": "Send Markdown or HTML, if you want Telegram apps to show bold, italic,"
Expand Down