mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
chore: update config_schema with topic_id attribute
This commit is contained in:
@@ -601,7 +601,11 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"chat_id": {
|
"chat_id": {
|
||||||
"description": "Telegram chat ID",
|
"description": "Telegram chat or group ID",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"topic_id": {
|
||||||
|
"description": "Telegram topic ID - only applicable for group chats",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"allow_custom_messages": {
|
"allow_custom_messages": {
|
||||||
|
|||||||
@@ -460,7 +460,11 @@ CONF_SCHEMA = {
|
|||||||
},
|
},
|
||||||
"token": {"description": "Telegram bot token.", "type": "string"},
|
"token": {"description": "Telegram bot token.", "type": "string"},
|
||||||
"chat_id": {
|
"chat_id": {
|
||||||
"description": "Telegram chat ID",
|
"description": "Telegram chat or group ID",
|
||||||
|
"type": "string",
|
||||||
|
},
|
||||||
|
"topic_id": {
|
||||||
|
"description": "Telegram topic ID - only applicable for group chats",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
"allow_custom_messages": {
|
"allow_custom_messages": {
|
||||||
|
|||||||
Reference in New Issue
Block a user