Add parse_mode to service call API
All checks were successful
Validate / Hassfest (push) Successful in 3s

This commit is contained in:
2026-01-31 15:32:20 +03:00
parent 2ae706d700
commit 2007b020ba
8 changed files with 196 additions and 22 deletions

View File

@@ -171,6 +171,10 @@
"name": "Disable Web Page Preview",
"description": "Disable link previews in text messages."
},
"parse_mode": {
"name": "Parse Mode",
"description": "How to parse the caption/text. Options are HTML, Markdown, MarkdownV2, or empty string for plain text."
},
"max_group_size": {
"name": "Max Group Size",
"description": "Maximum number of media items per media group (2-10). Large lists will be split into multiple groups."