How to send big files from URL to Telegram bot?
问题 I have some big size files (in MP4 and Zip formats) and I want to send them to my chat by Telegram bot, I used the code below: file_get_contents('https://api.telegram.org/bot[[app:token]]/sendDocument?chat_id=24523586&document='.$fileAddress); But it just can send files with small sizes, less than 50MB! But I know there is no file size limitation for documents which are sending by file_id . You can see this page Now how can I make file_id for my files? My files are uploaded on my server and I