Telegram 电报API,带ftp URL的SendMessage,不带http://

Telegram 电报API,带ftp URL的SendMessage,不带http://,telegram,Telegram,我试图用FTP URL向机器人发送消息 curl -s -k "https://api.telegram.org/bot123456778:Token/sendMessage" -d text="<strong>... Video fertig</strong> ftp://192.xxx.xxx.xxx/$Dateiname.avi" -d chat_id=123456789 -d parse_mode="HTML" curl-s-k”https://api.tele

我试图用FTP URL向机器人发送消息

curl -s -k "https://api.telegram.org/bot123456778:Token/sendMessage" -d text="<strong>... Video fertig</strong> ftp://192.xxx.xxx.xxx/$Dateiname.avi" -d chat_id=123456789 -d parse_mode="HTML"
curl-s-k”https://api.telegram.org/bot123456778:Token/sendMessage“-d text=“…Video fertigftp://192.xxx.xxx.xxx/$Dateiname.avi“-d chat\u id=123456789-d parse\u mode=“HTML”
不幸的是,电报总是以http://(见图)为前缀


有没有办法在不禁用网页预览的情况下重新更正FTP URL

我们能够缩小问题的范围。它似乎只出现在android应用程序和web应用程序(web.telegrame.org)中

在iOS中,它按预期工作