标签: php telegram webhooks telegram-bot
我如何从电报机器人发送TXT文件? 我知道有一个限制,并且只能使用gif,pdf和zip文件,但是有办法绕过此限制吗?
function sd($chatId){ $url = $GLOBALS["website"]."/sendDocument?chat_id=".$chatId."&document=https://website.com/file.txt"; file_get_contents($url); }