Merge pull request #1270 from RockChinQ/fix/telegram-markdown

fix: markdown and image problems in tg
This commit is contained in:
Guanchao Wang
2025-04-02 12:33:15 +08:00
committed by GitHub
parent 5ee6baeaaa
commit 0e00da6617
4 changed files with 13 additions and 16 deletions

View File

@@ -35,6 +35,7 @@ required_deps = {
"telegram": "python-telegram-bot",
"certifi": "certifi",
"mcp": "mcp",
"telegramify_markdown":"telegramify-markdown",
}